Skip to content

Commit

Permalink
Remove unneeded include()
Browse files Browse the repository at this point in the history
Already included in the project root CMakeLists.txt

Signed-off-by: Mikko Johannes Koivunalho <mikko.koivunalho@iki.fi>
  • Loading branch information
mikkoi committed Sep 14, 2019
1 parent 12d566b commit 517bf26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ target_include_directories(checkShared
$<INSTALL_INTERFACE:include>
)

include(GNUInstallDirs)
install(TARGETS check checkShared
EXPORT check-targets
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
Expand Down

0 comments on commit 517bf26

Please sign in to comment.