From 7cef6daefa673af5d86f3f62e987e25eef83c808 Mon Sep 17 00:00:00 2001 From: mhubii Date: Tue, 2 Jan 2024 10:09:24 +0000 Subject: [PATCH] fixed install (https://github.com/lbr-stack/fri/issues/16) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2643e6c..df04a5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -144,7 +144,7 @@ install(EXPORT FRIClientTargets DESTINATION lib/cmake/FRIClient ) -install(FILES ${CMAKE_BINARY_DIR}/FRIClientConfigVersion.cmake +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/FRIClientConfigVersion.cmake DESTINATION lib/cmake/FRIClient )