Skip to content

Commit

Permalink
Merge pull request smarco#43 from pjotrp/main
Browse files Browse the repository at this point in the history
Fixes GNU destination paths, hopefully. See comments https://github.c…
  • Loading branch information
smarco authored Jan 26, 2023
2 parents 8ef018a + c8e2be9 commit 77a9a14
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ add_wfa_test()

# ---- Install

install(TARGETS wfa ARCHIVE DESTINATION lib)
install(TARGETS wfa ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} )

install(FILES ${INCLUDES} DESTINATION include/wfa2lib)

# install(DIRECTORY ${CMAKE_SOURCE_DIR}/man/ DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1)
install(FILES ${INCLUDES} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/wfa2lib)

0 comments on commit 77a9a14

Please sign in to comment.