Skip to content

Commit

Permalink
fixed directory in root cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Oct 18, 2023
1 parent f4a2550 commit 5550f1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ endif()

# Install header files
install(
DIRECTORY "${PROJECT_SOURCE_DIR}/include/dlplan"
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/dlplan"
DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include/"
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
)

# Install cmake scripts
install(
DIRECTORY "${PROJECT_SOURCE_DIR}/cmake"
DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/cmake/"
DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/dlplan"
)

Expand Down

0 comments on commit 5550f1c

Please sign in to comment.