Skip to content

Commit

Permalink
Add missing include for CMakePackageConfigHelpers
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackMark29A committed Oct 14, 2024
1 parent 407f5c1 commit a881afd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ endif()
# Installation target.
if(LIBENVPP_INSTALL)
# Libenvpp installation.
include(CMakePackageConfigHelpers)

set(LIBENVPP_PROJECT_CONFIG_OUT "${CMAKE_CURRENT_BINARY_DIR}/libenvpp-config.cmake")
set(LIBENVPP_VERSION_CONFIG_FILE "${CMAKE_CURRENT_BINARY_DIR}/libenvpp-config-version.cmake")
install(DIRECTORY ${PROJECT_SOURCE_DIR}/include/
Expand Down

0 comments on commit a881afd

Please sign in to comment.