widelands/widelands-build17_boostfix.diff

13 lines
573 B
Diff

diff -ur widelands-build17-src/CMakeLists.txt widelands-build17-src_fix/CMakeLists.txt
--- widelands-build17-src/CMakeLists.txt 2012-04-23 11:46:49.000000000 +0200
+++ widelands-build17-src_fix/CMakeLists.txt 2012-05-05 22:02:24.000000000 +0200
@@ -140,7 +140,7 @@
else (WL_UNIT_TESTS)
message(STATUS "Disabled Unit Tests")
set (Boost_FIND_COMPONENTS signals)
- set (Boost_USE_STATIC_LIBS ON)
+# set (Boost_USE_STATIC_LIBS ON)
set (Boost_USE_MULTITHREADED ON)
set (Boost_DETAILED_FAILURE_MSG ON)
find_package(Boost 1.35.0 COMPONENTS signals REQUIRED)