Skip to content

Commit 77a9a14

Browse files
authored
Merge pull request #43 from pjotrp/main
Fixes GNU destination paths, hopefully. See comments https://github.c…
2 parents 8ef018a + c8e2be9 commit 77a9a14

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ add_wfa_test()
148148

149149
# ---- Install
150150

151-
install(TARGETS wfa ARCHIVE DESTINATION lib)
151+
install(TARGETS wfa ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} )
152152

153-
install(FILES ${INCLUDES} DESTINATION include/wfa2lib)
154-
155-
# install(DIRECTORY ${CMAKE_SOURCE_DIR}/man/ DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1)
153+
install(FILES ${INCLUDES} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/wfa2lib)

0 commit comments

Comments
 (0)