Salome HOME
Fix misprint
authorvsr <vsr@opencascade.com>
Wed, 24 Oct 2012 05:30:38 +0000 (05:30 +0000)
committervsr <vsr@opencascade.com>
Wed, 24 Oct 2012 05:30:38 +0000 (05:30 +0000)
salome_adm/cmake_files/FindPLATFORM.cmake

index c4dea837f998f3c563b70e7f3ba7e0298e2ea9ea..fa06d0ec3b343041ebc5b6d59611342819d5a6e6 100644 (file)
@@ -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