]> Creatis software - crea.git/commitdiff
no message
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Tue, 16 Nov 2010 07:12:07 +0000 (07:12 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Tue, 16 Nov 2010 07:12:07 +0000 (07:12 +0000)
cmake/CREAMacro_Define.cmake

index fd3af78b2e004485e2596b0c17e4e4fc34f5a677..17b538003e46d970e4a4c040181d4892e896b4fc 100644 (file)
@@ -62,6 +62,16 @@ MACRO(CREA_DEFINE_OPERATING_SYSTEM )
         set( HAVE_64_BIT 1 )
         SET(CMAKE_CREA_LIB_PATH lib64/creatools)
       endif( ${CMAKE_SIZEOF_VOID_P} EQUAL 4 )
+    else ( NOT APPLE )
+        SET(CMAKE_CREA_LIB_PATH lib/creatools)
+
+      if( ${CMAKE_SIZEOF_VOID_P} EQUAL 4 )
+        message("EED crea definitions  --------APPLE------------ 64 0")
+      else( ${CMAKE_SIZEOF_VOID_P}EQUAL 4 )
+        message("EED crea definitions  --------APPLE------------ 64 1")
+      endif( ${CMAKE_SIZEOF_VOID_P} EQUAL 4 )
+
+
     endif( NOT APPLE )
   ENDIF(WIN32)