[cmake] some definitions do not matter build now
This commit is contained in:
@@ -9,12 +9,6 @@ elseif(CMAKE_COMPILER_IS_GNUCXX)
|
||||
add_compile_options(-Wno-pedantic) # needed for vtk headers
|
||||
endif()
|
||||
|
||||
if(MSVC)
|
||||
add_definitions(-DFCAppFem -DHAVE_ACOSH -DHAVE_ASINH -DHAVE_ATANH)
|
||||
else(MSVC)
|
||||
add_definitions(-DHAVE_LIMITS_H -DHAVE_CONFIG_H)
|
||||
endif(MSVC)
|
||||
|
||||
|
||||
if(BUILD_FEM_NETGEN)
|
||||
add_definitions(-DFCWithNetgen ${NETGEN_DEFINITIONS})
|
||||
|
||||
@@ -9,12 +9,6 @@ elseif(CMAKE_COMPILER_IS_GNUCXX)
|
||||
add_compile_options(-Wno-pedantic) # needed for vtk headers
|
||||
endif()
|
||||
|
||||
if(MSVC)
|
||||
add_definitions(-DFCGuiFem -DHAVE_ACOSH -DHAVE_ASINH -DHAVE_ATANH)
|
||||
else(MSVC)
|
||||
add_definitions(-DHAVE_LIMITS_H -DHAVE_CONFIG_H)
|
||||
endif(MSVC)
|
||||
|
||||
|
||||
if(BUILD_FEM_NETGEN)
|
||||
add_definitions(-DFCWithNetgen)
|
||||
|
||||
Reference in New Issue
Block a user