[Orxonox-commit 5100] r9765 - in code/trunk: cmake src/libraries/util
bknecht at orxonox.net
bknecht at orxonox.net
Mon Nov 11 11:10:49 CET 2013
Author: bknecht
Date: 2013-11-11 11:10:48 +0100 (Mon, 11 Nov 2013)
New Revision: 9765
Modified:
code/trunk/cmake/LibraryConfig.cmake
code/trunk/src/libraries/util/CMakeLists.txt
Log:
util lib didn't link without boost-system. Error did occur in MultiType.cc.
Modified: code/trunk/cmake/LibraryConfig.cmake
===================================================================
--- code/trunk/cmake/LibraryConfig.cmake 2013-11-10 21:45:38 UTC (rev 9764)
+++ code/trunk/cmake/LibraryConfig.cmake 2013-11-11 10:10:48 UTC (rev 9765)
@@ -159,7 +159,8 @@
##### Boost #####
# Expand the next statement if newer boost versions are released
SET(Boost_ADDITIONAL_VERSIONS 1.40 1.40.0 1.41 1.41.0 1.42 1.42.0 1.43 1.43.0
- 1.44 1.44.0 1.45 1.45.0 1.46 1.46.0 1.46.1)
+ 1.44 1.44.0 1.45 1.45.0 1.46 1.46.0 1.46.1 1.49.0
+ 1.53.0)
IF(NOT TARDIS)
FIND_PACKAGE(Boost 1.40 REQUIRED thread filesystem system date_time)
ENDIF()
Modified: code/trunk/src/libraries/util/CMakeLists.txt
===================================================================
--- code/trunk/src/libraries/util/CMakeLists.txt 2013-11-10 21:45:38 UTC (rev 9764)
+++ code/trunk/src/libraries/util/CMakeLists.txt 2013-11-11 10:10:48 UTC (rev 9765)
@@ -47,6 +47,7 @@
LINK_LIBRARIES
${CEGUI_LIBRARY}
${OGRE_LIBRARY}
+ ${Boost_SYSTEM_LIBRARY}
SOURCE_FILES
${UTIL_SRC_FILES}
)
More information about the Orxonox-commit
mailing list