Merge pull request #10844 from ppphp/remove_redundant_definition

[cmake] some definitions do not matter now
This commit is contained in:
Chris Hennes
2023-10-02 14:20:49 -05:00
committed by GitHub
29 changed files with 4 additions and 176 deletions

View File

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

View File

@@ -1,8 +1,5 @@
if(MSVC)
add_definitions(-DHAVE_ATANH -DHAVE_ASINH -DHAVE_ACOSH)
add_compile_options(/utf-8)
else(MSVC)
add_definitions(-DHAVE_LIMITS_H -DHAVE_CONFIG_H)
endif(MSVC)
# In previous versions this target copied mtextedit.h to the binary directory that causes