Skip to content

Commit

Permalink
[MISC] automatic linting
Browse files Browse the repository at this point in the history
  • Loading branch information
seqan-actions committed Dec 9, 2024
1 parent f477f56 commit eb85ee4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions cmake/sharg-install.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ install (FILES "${SHARG_CLONE_DIR}/CHANGELOG.md" #
TYPE DOC)

# install cmake files in /share/cmake
install (FILES "${SHARG_CLONE_DIR}/cmake/sharg-config.cmake"
"${SHARG_CLONE_DIR}/cmake/sharg-config-version.cmake"
install (FILES "${SHARG_CLONE_DIR}/cmake/sharg-config.cmake" "${SHARG_CLONE_DIR}/cmake/sharg-config-version.cmake"
DESTINATION "${CMAKE_INSTALL_DATADIR}/cmake/sharg")

# install sharg header files in /include/sharg
Expand Down
1 change: 0 additions & 1 deletion test/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ include (GoogleTest OPTIONAL)

CPMGetPackage (googletest)


include (diagnostics/list_missing_unit_tests)
include (diagnostics/list_unused_unit_tests)
include (include_dependencies/add_include_dependencies)
Expand Down

0 comments on commit eb85ee4

Please sign in to comment.