[cmake] some definitions do not matter build now
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user