diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b83b0fce62d02b56018172d5c17d0c91e8cef651..f2704e4bf4e55a4ba8d017bc1c7e4baab534e8fb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -10,7 +10,7 @@ install(TARGETS cmdplus DESTINATION lib EXPORT cmdplusTargets) install(FILES cmdplus.h DESTINATION include/cmdplus) -set(ConfigPackageLocation lib/cmake/cmdplus) +set(ConfigPackageLocation lib/cmake/libcmdplus) export(EXPORT cmdplusTargets FILE "${CMAKE_CURRENT_BINARY_DIR}/libcmdplusTargets.cmake"