diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c9ac1d19dab2fec309e849959d4635b380f56a8..afa367cfbf860c6efb52dfe29b3037564cae741f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,8 +23,6 @@ add_subdirectory("cmake/modules") add_subdirectory("cmake/scripts") export(TARGETS dunecommon FILE DuneCommonTargets.cmake) -configure_file(${CMAKE_SOURCE_DIR}/DuneCommonConfig.cmake.in - ${CMAKE_BINARY_DIR}/DuneCommonConfig.cmake) # finalize the dune project, e.g. generating config.h etc. finalize_dune_project() include(CPack)