]> Creatis software - crea.git/commitdiff
Fixed mistake in the "find and use libraries" cmake macro
authortrillos <trillos>
Thu, 8 Oct 2009 12:30:45 +0000 (12:30 +0000)
committertrillos <trillos>
Thu, 8 Oct 2009 12:30:45 +0000 (12:30 +0000)
cmake/CREAMacro_FindAndUseLibraries.cmake

index 9e1812575966ef67334231af7df1ed720fa7c673..d3f02bcfb0c254977e2d2e31363b1c84b6301629 100644 (file)
@@ -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
            )