[cmake] some definitions do not matter build now

This commit is contained in:
liukaiwen
2023-09-27 18:17:14 +08:00
parent f23caf4d5c
commit 329904a055
29 changed files with 4 additions and 176 deletions

View File

@@ -1,9 +1,3 @@
if(MSVC)
add_definitions(-DFCAppPartDesign -DHAVE_ACOSH -DHAVE_ASINH -DHAVE_ATANH)
else(MSVC)
add_definitions(-DHAVE_LIMITS_H -DHAVE_CONFIG_H)
endif(MSVC)
include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}/src

View File

@@ -1,9 +1,3 @@
if(MSVC)
add_definitions(-DHAVE_ACOSH -DHAVE_ATANH -DHAVE_ASINH)
else(MSVC)
add_definitions(-DHAVE_LIMITS_H -DHAVE_CONFIG_H)
endif(MSVC)
include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}/src