From: rnv Date: Thu, 10 Oct 2013 12:38:49 +0000 (+0000) Subject: Add definition for the 64 bits platforms. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=049a7cacc08abb621862133133706bb61c14ee06;p=modules%2Fyacs.git Add definition for the 64 bits platforms. --- diff --git a/salome_adm/cmake_files/SalomeSetupPlatform.cmake b/salome_adm/cmake_files/SalomeSetupPlatform.cmake index 57b5f2fd4..20c9b3036 100644 --- a/salome_adm/cmake_files/SalomeSetupPlatform.cmake +++ b/salome_adm/cmake_files/SalomeSetupPlatform.cmake @@ -95,7 +95,7 @@ IF(WIN32) SET(PLATFORM_LIBS Ws2_32.lib) LIST(APPEND PLATFORM_LIBS Userenv.lib) # At least for GEOM suit - IF(MACHINE_IS_64) + IF(MACHINE_IS_64) ADD_DEFINITIONS(-D_SECURE_SCL=0 -D_SECURE_SCL_THROWS=0) ADD_DEFINITIONS(-D_HAS_ITERATOR_DEBUGGING=0) # To avoid runtime error during checking iterators SET(SIZE_OF_LONG "4") # set sizeof(long) to 4 byte @@ -103,6 +103,9 @@ IF(WIN32) ELSE() ## Linux specific: SET(PLATFORM_LIBS dl) # Dynamic loading (dlopen, dlsym) + IF(MACHINE_IS_64) + ADD_DEFINITIONS(-DPCLINUX64) + ENDIF(MACHINE_IS_64) ENDIF() ## define _DEBUG_ macro