From: Eduardo Davila Date: Tue, 16 Nov 2010 07:12:07 +0000 (+0000) Subject: no message X-Git-Tag: Creatools2-0-3.crea0-3-3.17Feb2011~4 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=b873b1e6acb06081165d81c0ecd5f619645a2ef9;p=crea.git no message --- diff --git a/cmake/CREAMacro_Define.cmake b/cmake/CREAMacro_Define.cmake index fd3af78..17b5380 100644 --- a/cmake/CREAMacro_Define.cmake +++ b/cmake/CREAMacro_Define.cmake @@ -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)