yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #10042
[Branch ~yade-pkg/yade/git-trunk] Rev 3717: Add system-component of boost to be linked.
------------------------------------------------------------
revno: 3717
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Mon 2013-09-30 18:52:38 +0200
message:
Add system-component of boost to be linked.
modified:
CMakeLists.txt
--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2013-09-05 07:52:37 +0000
+++ CMakeLists.txt 2013-09-30 16:52:38 +0000
@@ -63,7 +63,7 @@
#===========================================================
# Add possibility to use local boost installation (e.g. -DLocalBoost=1.46.1)
-FIND_PACKAGE(Boost ${LocalBoost} COMPONENTS python thread date_time filesystem iostreams regex serialization REQUIRED)
+FIND_PACKAGE(Boost ${LocalBoost} COMPONENTS python thread date_time filesystem iostreams regex serialization system REQUIRED)
INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
# for checking purpose
MESSAGE("-- Boost_VERSION: " ${Boost_VERSION})