Skip to content

Commit

Permalink
Update Config.cmake.in
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesschrimpf authored May 30, 2024
1 parent 20fbfe1 commit 8452b57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
find_package(Boost COMPONENTS system thread REQUIRED)

include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]")
set_and_check(@PROJECT_NAME@_INCLUDE_DIR "@PACKAGE_CMAKE_INSTALL_INCLUDEDIR@")
set_and_check(@PROJECT_NAME@_LIB_DIR "@PACKAGE_CMAKE_INSTALL_LIBDIR@")
set_and_check(@PROJECT_NAME@_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
set_and_check(@PROJECT_NAME@_LIB_DIR "@PACKAGE_LIB_INSTALL_DIR@")
check_required_components(@PROJECT_NAME@)

0 comments on commit 8452b57

Please sign in to comment.