Skip to content

Commit

Permalink
Fix include install directory (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbovbel authored Apr 2, 2024
1 parent b60bc7b commit 6efdb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ install(EXPORT ${PROJECT_NAME}_Targets
install(FILES "${PROJECT_BINARY_DIR}/${PROJECT_NAME}Config.cmake"
"${PROJECT_BINARY_DIR}/${PROJECT_NAME}ConfigVersion.cmake"
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/cmake)
install(DIRECTORY ${PROJECT_SOURCE_DIR}/include DESTINATION include)
install(DIRECTORY ${PROJECT_SOURCE_DIR}/include/ DESTINATION include)

if(ENABLE_TESTS)
# The test targets
Expand Down

0 comments on commit 6efdb16

Please sign in to comment.