From 8a63ecf127e7ee87716367ae7b2e19267e19d09f Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Mon, 1 Oct 2018 22:59:56 +0200 Subject: Avoid duplicating defines in config.h and on command line --- CMakeScripts/ConfigChecks.cmake | 5 ----- 1 file changed, 5 deletions(-) (limited to 'CMakeScripts/ConfigChecks.cmake') 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) -- cgit v1.2.3