1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-06 01:15:32 +00:00

OS X: do not enforce static boost, this can be set externally

anyway
This commit is contained in:
Nikolay Kasyanov 2013-12-12 14:20:13 +04:00
parent 89c60b065c
commit 874ecee079

View file

@ -190,10 +190,6 @@ if (MSVC10)
set(PLATFORM_INCLUDE_DIR "")
endif()
if (APPLE)
set(Boost_USE_STATIC_LIBS ON)
endif (APPLE)
# Dependencies
# Fix for not visible pthreads functions for linker with glibc 2.15