diff options
Diffstat (limited to 'cmake/config.cmake.in')
-rw-r--r-- | cmake/config.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/config.cmake.in b/cmake/config.cmake.in index 6b55990..34649d0 100644 --- a/cmake/config.cmake.in +++ b/cmake/config.cmake.in @@ -7,7 +7,7 @@ set (@PACKAGE_PREFIX@_VERSION_MINOR @PACKAGE_VERSION_MINOR@) set (@PACKAGE_PREFIX@_VERSION_PATCH @PACKAGE_VERSION_PATCH@) # import targets -include ("${CMAKE_CURRENT_LIST_DIR}/@PACKAGE_NAME@-targets.cmake") +include ("${CMAKE_CURRENT_LIST_DIR}/@EXPORT_NAME@.cmake") # installation prefix get_filename_component (CMAKE_CURRENT_LIST_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) |