File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ install (FILES "${SHARG_CLONE_DIR}/CHANGELOG.md" #
1717 TYPE DOC )
1818
1919# install cmake files in /share/cmake
20- install (FILES "${SHARG_CLONE_DIR} /cmake/sharg-config.cmake"
21- "${SHARG_CLONE_DIR} /cmake/sharg-config-version.cmake"
20+ install (FILES "${SHARG_CLONE_DIR} /cmake/sharg-config.cmake" "${SHARG_CLONE_DIR} /cmake/sharg-config-version.cmake"
2221 DESTINATION "${CMAKE_INSTALL_DATADIR} /cmake/sharg" )
2322
2423# install sharg header files in /include/sharg
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ include (GoogleTest OPTIONAL)
1010
1111CPMGetPackage (googletest)
1212
13-
1413include (diagnostics/list_missing_unit_tests)
1514include (diagnostics/list_unused_unit_tests)
1615include (include_dependencies/add_include_dependencies)
You can’t perform that action at this time.
0 commit comments