From: vsr Date: Wed, 24 Oct 2012 05:30:38 +0000 (+0000) Subject: Fix misprint X-Git-Tag: V6_6_0b1~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e321da1e74311ec9b9305e036b1a0703ecbc2448;p=modules%2Fkernel.git Fix misprint --- diff --git a/salome_adm/cmake_files/FindPLATFORM.cmake b/salome_adm/cmake_files/FindPLATFORM.cmake index c4dea837f..fa06d0ec3 100644 --- a/salome_adm/cmake_files/FindPLATFORM.cmake +++ b/salome_adm/cmake_files/FindPLATFORM.cmake @@ -123,7 +123,7 @@ ENDIF(WINDOWS) SET(SIZE_OF_LONG ${CMAKE_SIZEOF_VOID_P}) # set sizeof(long) the same as size of pointers, because on all memory models (EXCLUDING WINDOWS 64 bit) it is equivalent values IF("${CMAKE_SIZEOF_VOID_P}" EQUAL "8" AND WINDOWS) # if it platform Windows 64 bit - SET((SIZE_OF_LONG "4") # set sizeof(long) to 4 byte + SET(SIZE_OF_LONG "4") # set sizeof(long) to 4 byte ENDIF("${CMAKE_SIZEOF_VOID_P}" EQUAL "8" AND WINDOWS) SET(PLATFORM_CPPFLAGS "${PLATFORM_CPPFLAGS} -DSIZEOF_FORTRAN_INTEGER=4 -DSIZEOF_LONG=${SIZE_OF_LONG} -DSIZEOF_INT=4") # to be removed