]> Creatis software - crea.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Sat, 30 Oct 2010 10:42:01 +0000 (10:42 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Sat, 30 Oct 2010 10:42:01 +0000 (10:42 +0000)
cmake/CREAMacro_Define.cmake

index b88e0382d25e6c822303a8cc459b50d612eddec0..fd3af78b2e004485e2596b0c17e4e4fc34f5a677 100644 (file)
@@ -57,10 +57,10 @@ MACRO(CREA_DEFINE_OPERATING_SYSTEM )
       # check 64 bit
       if( ${CMAKE_SIZEOF_VOID_P} EQUAL 4 )
         set( HAVE_64_BIT 0 )
-        SET(CMAKE_CREA_LIB_PATH lib)
+        SET(CMAKE_CREA_LIB_PATH lib/creatools)
       else( ${CMAKE_SIZEOF_VOID_P}EQUAL 4 )
         set( HAVE_64_BIT 1 )
-        SET(CMAKE_CREA_LIB_PATH lib64)
+        SET(CMAKE_CREA_LIB_PATH lib64/creatools)
       endif( ${CMAKE_SIZEOF_VOID_P} EQUAL 4 )
     endif( NOT APPLE )
   ENDIF(WIN32)