From d3108aca872ac93aa13c91cffe83725d66c85f71 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Sat, 11 Feb 2017 00:16:56 +0100 Subject: [PATCH] Remove useless config header file --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3265d3f..76b9024 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,11 +10,6 @@ set (PB_VERSION_PATCH 0) set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) -configure_file ( - "${PROJECT_SOURCE_DIR}/src/config.h.in" - "${PROJECT_BINARY_DIR}/src/config.h" -) - file (GLOB_RECURSE sources src/*.cpp src/*.h) file (GLOB_RECURSE data resources/data/*) file (GLOB_RECURSE image resources/image/*)