From b873b1e6acb06081165d81c0ecd5f619645a2ef9 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Tue, 16 Nov 2010 07:12:07 +0000 Subject: [PATCH] no message --- cmake/CREAMacro_Define.cmake | 10 ++++++++++ 1 file changed, 10 insertions(+) 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) -- 2.45.1