From: trillos Date: Mon, 28 Sep 2009 16:44:56 +0000 (+0000) Subject: Fixed "Search and find libraries" for boost v90-1_37 X-Git-Tag: EED.02Oct2009~2 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=7d1be46f5e0f987f125785da9c0dd1ce53fb5fca;p=crea.git Fixed "Search and find libraries" for boost v90-1_37 --- diff --git a/cmake/CREAMacro_FindAndUseLibraries.cmake b/cmake/CREAMacro_FindAndUseLibraries.cmake index 546f37b..21947e3 100644 --- a/cmake/CREAMacro_FindAndUseLibraries.cmake +++ b/cmake/CREAMacro_FindAndUseLibraries.cmake @@ -278,9 +278,9 @@ IF(USE_BOOST) #libboost_filesystem-vc71-mt-1_37 #boost_date_time-vc71-mt-1_37 SET(BOOST_LIBRARIES - boost_signals-vc90-mt - boost_filesystem-vc90-mt - boost_date_time-vc90-mt + boost_signals-vc90-mt-1_37 + boost_filesystem-vc90-mt-1_37 + boost_date_time-vc90-mt-1_37 #what about boost_thread? JPR )