Skip to content
Snippets Groups Projects
Commit 4eb5236f authored by Andre Sailer's avatar Andre Sailer
Browse files

Remove the export command in DDSegmentation CMakeLists

Export writes information in ~/.cmake/packages, making it hard for cmake not to find ddsegmentation (even when it is removed)
parent 3648c559
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ install(TARGETS DDSegmentation
# Export the package for use from the build-tree
# (this registers the build-tree with a global CMake-registry)
export(PACKAGE DDSegmentation)
#export(PACKAGE DDSegmentation)
# Create the DDSegmentationConfig.cmake and DDSegmentationConfigVersion files
configure_file(cmake/DDSegmentationConfig.cmake.in ${CMAKE_INSTALL_PREFIX}/DDSegmentationConfig.cmake)
......
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