From: inv Date: Thu, 10 Oct 2013 17:13:08 +0000 (+0000) Subject: Synchronize adm files X-Git-Tag: V7_3_0a1~98 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1a11969ea324850c1f25bdb618e6ee94ebe84c37;p=modules%2Fmed.git Synchronize adm files --- diff --git a/adm_local_without_kernel/cmake_files/SalomeSetupPlatform.cmake b/adm_local_without_kernel/cmake_files/SalomeSetupPlatform.cmake index 57b5f2fd4..20c9b3036 100755 --- a/adm_local_without_kernel/cmake_files/SalomeSetupPlatform.cmake +++ b/adm_local_without_kernel/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