yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #10875
[Branch ~yade-pkg/yade/git-trunk] Rev 3980: Link against libboost_date. Fix LP:1322274
------------------------------------------------------------
revno: 3980
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Fri 2014-05-23 15:37:50 +0200
message:
Link against libboost_date. Fix LP:1322274
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 2014-05-23 13:05:19 +0000
+++ CMakeLists.txt 2014-05-23 13:37:50 +0000
@@ -90,7 +90,7 @@
IF ( NOT LocalBoost )
SET(LocalBoost "1.47.0") # Minimal required Boost version
ENDIF ( NOT LocalBoost )
-FIND_PACKAGE(Boost ${LocalBoost} COMPONENTS python thread filesystem iostreams regex serialization system REQUIRED)
+FIND_PACKAGE(Boost ${LocalBoost} COMPONENTS python thread filesystem iostreams regex serialization system date_time REQUIRED)
INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
# for checking purpose
MESSAGE("-- Boost_VERSION: " ${Boost_VERSION})