Skip to content

Commit

Permalink
+ fixes #1715: Mefisto Mesh Fails since translated by f2c
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Sep 14, 2014
1 parent 5d40614 commit 470a414
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/3rdParty/salomesmesh/CMakeLists.txt
Expand Up @@ -109,7 +109,8 @@ INCLUDE(CMakeDetermineFortranCompiler)
IF (${CMAKE_SIZEOF_VOID_P} MATCHES "8") # It is 64bit, 32 bit systems returns 4
ADD_DEFINITIONS(-D_OCC64)
IF(CMAKE_COMPILER_IS_GNUCXX)
ADD_DEFINITIONS(-DPCLINUX64)
# 0001715: Mefisto Mesh Fails since translated by f2c
# ADD_DEFINITIONS(-DPCLINUX64)
ENDIF(CMAKE_COMPILER_IS_GNUCXX)
#MESSAGE("-- Build 64bit")
ELSE (${CMAKE_SIZEOF_VOID_P} MATCHES "8")
Expand Down

0 comments on commit 470a414

Please sign in to comment.