Skip to content
Snippets Groups Projects
Commit de4ddccb authored by Markus Blatt's avatar Markus Blatt
Browse files

Skip configure_file for build tree package configiguration, it will be

executed by finalize_dune_project, anyway.

[[Imported from SVN: r6701]]
parent 36ddc10d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment