Skip to content
Snippets Groups Projects
Commit ac712ff7 authored by Felix Gruber's avatar Felix Gruber Committed by Dominic Kempf
Browse files

[CMake] install missing CMake modules

DuneEnableAllPackages.cmake, FindThreadsCMake31.cmake and
CheckForPthreads.c were missing in the Dune-common installation.
parent bc5578c4
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ set(modules
DuneCxaDemangle.cmake
DuneDoc.cmake
DuneDoxygen.cmake
DuneEnableAllPackages.cmake
DuneMacros.cmake
DuneMPI.cmake
DunePkgConfig.cmake
......@@ -25,9 +26,13 @@ set(modules
FindMProtect.cmake
FindParMETIS.cmake
FindPTScotch.cmake
FindThreadsCMake31.cmake
FindUMFPack.cmake
Headercheck.cmake
LanguageSupport.cmake
UseInkscape.cmake
UseLATEX.cmake)
install(FILES ${modules} DESTINATION ${DUNE_INSTALL_MODULEDIR})
set(test_programs CheckForPthreads.c)
install(FILES ${modules}
${test_programs}
DESTINATION ${DUNE_INSTALL_MODULEDIR})
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