From 7d1be46f5e0f987f125785da9c0dd1ce53fb5fca Mon Sep 17 00:00:00 2001 From: trillos Date: Mon, 28 Sep 2009 16:44:56 +0000 Subject: [PATCH] Fixed "Search and find libraries" for boost v90-1_37 --- cmake/CREAMacro_FindAndUseLibraries.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ) -- 2.45.1