Skip to content

Commit eb85ee4

Browse files
committed
[MISC] automatic linting
1 parent f477f56 commit eb85ee4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

cmake/sharg-install.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

test/unit/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ include (GoogleTest OPTIONAL)
1010

1111
CPMGetPackage (googletest)
1212

13-
1413
include (diagnostics/list_missing_unit_tests)
1514
include (diagnostics/list_unused_unit_tests)
1615
include (include_dependencies/add_include_dependencies)

0 commit comments

Comments
 (0)