Browse Source

Updated CMakeLists.txt to new location of MRMCConfig.h.in

tempestpy_adaptions
Thomas Heinemann 12 years ago
committed by Lanchid
parent
commit
b846680445
  1. 2
      CMakeLists.txt

2
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"
)

Loading…
Cancel
Save