Skip to content

Commit

Permalink
remove cmake module path from configure_package_config_file (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
maichmueller authored Jun 13, 2024
1 parent ae0dee0 commit 26db505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ if (UNIX AND BUILD_CPP_LIB)

# Configure installable cmake config
configure_package_config_file(
${CMAKE_MODULE_PATH}/${PROJECT_NAME}-config.cmake.in
${CMAKE_CURRENT_SOURCE_DIR}/../cmake/${PROJECT_NAME}-config.cmake.in
${PROJECT_NAME}-config.cmake
INSTALL_DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME})

Expand Down

0 comments on commit 26db505

Please sign in to comment.