]> Creatis software - crea.git/commitdiff
Fixed "Search and find libraries" for boost v90-1_37
authortrillos <trillos>
Mon, 28 Sep 2009 16:44:56 +0000 (16:44 +0000)
committertrillos <trillos>
Mon, 28 Sep 2009 16:44:56 +0000 (16:44 +0000)
cmake/CREAMacro_FindAndUseLibraries.cmake

index 546f37b11595d1621e409dab16e40b59c2c59fd0..21947e3d683e4a7b32f5543fd61a74168374fb69 100644 (file)
@@ -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
            )