From 44a55a712963dcfbf88508ca3ceb8d608c5b74e9 Mon Sep 17 00:00:00 2001 From: trillos Date: Thu, 8 Oct 2009 12:30:45 +0000 Subject: [PATCH] Fixed mistake in the "find and use libraries" cmake macro --- 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 9e18125..d3f02bc 100644 --- a/cmake/CREAMacro_FindAndUseLibraries.cmake +++ b/cmake/CREAMacro_FindAndUseLibraries.cmake @@ -284,9 +284,9 @@ IF(USE_BOOST) #message("creamacro find and use lib = ${Boost_SIGNALS_LIBRARY}") 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