Skip to content

Commit

Permalink
revert Config.cmake.in and change CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
DillonZChen authored and drexlerd committed Nov 9, 2023
1 parent 2a6a9f6 commit 3c822dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ install(
# Install cmake scripts
install(
DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/cmake/"
DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/dlplan"
DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/dlplan/cmake"
)

###########
Expand Down
2 changes: 1 addition & 1 deletion Config.cmake.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@PACKAGE_INIT@

include("${CMAKE_CURRENT_LIST_DIR}/configure_boost.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/cmake/configure_boost.cmake")

##############
# Dependencies
Expand Down

0 comments on commit 3c822dd

Please sign in to comment.