Skip to content

Commit 6bef742

Browse files
committed
Add missing include for CMakePackageConfigHelpers
1 parent 407f5c1 commit 6bef742

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ endif()
145145
# Installation target.
146146
if(LIBENVPP_INSTALL)
147147
# Libenvpp installation.
148+
include(CMakePackageConfigHelpers)
149+
148150
set(LIBENVPP_PROJECT_CONFIG_OUT "${CMAKE_CURRENT_BINARY_DIR}/libenvpp-config.cmake")
149151
set(LIBENVPP_VERSION_CONFIG_FILE "${CMAKE_CURRENT_BINARY_DIR}/libenvpp-config-version.cmake")
150152
install(DIRECTORY ${PROJECT_SOURCE_DIR}/include/

0 commit comments

Comments
 (0)