From b8466804454d16348765b69d10a1a7acae594620 Mon Sep 17 00:00:00 2001 From: Thomas Heinemann Date: Tue, 21 Aug 2012 11:26:11 +0200 Subject: [PATCH] Updated CMakeLists.txt to new location of MRMCConfig.h.in --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 349fcf7f3..15d37e06a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set (CMAKE_CXX_FLAGS "-g") # configure a header file to pass some of the CMake settings # to the source code configure_file ( - "${PROJECT_SOURCE_DIR}/src/MRMCConfig.h.in" + "${PROJECT_SOURCE_DIR}/MRMCConfig.h.in" "${PROJECT_BINARY_DIR}/MRMCConfig.h" )