summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/ConfigChecks.cmake
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-10-01 20:59:56 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-10-01 22:50:13 +0000
commit8a63ecf127e7ee87716367ae7b2e19267e19d09f (patch)
tree31f496bb0937298df5b9c24a26c35dbabe3391a6 /CMakeScripts/ConfigChecks.cmake
parentMove macros.h and remove unneeded macros (diff)
downloadinkscape-8a63ecf127e7ee87716367ae7b2e19267e19d09f.tar.gz
inkscape-8a63ecf127e7ee87716367ae7b2e19267e19d09f.zip
Avoid duplicating defines in config.h and on command line
Diffstat (limited to '')
-rw-r--r--CMakeScripts/ConfigChecks.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeScripts/ConfigChecks.cmake b/CMakeScripts/ConfigChecks.cmake
index 123263ff4..c475970c9 100644
--- a/CMakeScripts/ConfigChecks.cmake
+++ b/CMakeScripts/ConfigChecks.cmake
@@ -31,11 +31,6 @@ if(HAVE_CAIRO_PDF)
set(PANGO_ENABLE_ENGINE TRUE)
endif()
-# Relocatable Binary
-if (ENABLE_BINRELOC)
- add_definitions(-DENABLE_BINRELOC)
-endif()
-
# Create the configuration files config.h in the binary root dir
configure_file(${CMAKE_SOURCE_DIR}/config.h.cmake ${CMAKE_BINARY_DIR}/include/config.h)
add_definitions(-DHAVE_CONFIG_H)