From: trillos Date: Thu, 8 Oct 2009 12:30:45 +0000 (+0000) Subject: Fixed mistake in the "find and use libraries" cmake macro X-Git-Tag: CREATOOLS.2-0-3~62 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=44a55a712963dcfbf88508ca3ceb8d608c5b74e9;p=crea.git Fixed mistake in the "find and use libraries" cmake macro --- 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 )