Skip to content

Commit

Permalink
Fix header install
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Aug 25, 2024
1 parent 2f9389a commit f9bdad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ endif ()

install(
DIRECTORY src/ ${CMAKE_CURRENT_BINARY_DIR}/src/
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/
FILES_MATCHING PATTERN ".hpp"
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
FILES_MATCHING PATTERN "*.hpp"
)
install(
TARGETS odr meta translate back_translate
Expand Down

0 comments on commit f9bdad4

Please sign in to comment.