From a5abd7220addb1c718dd62a2592db3631f1ade97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= Date: Tue, 13 Jan 2026 16:17:12 +0000 Subject: [PATCH] Fix installation of cmake targets and config (#135) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Klinkovský <1289205+lahwaacz@users.noreply.github.com> --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 711839e..f0c0118 100644 --- CMakeLists.txt +++ CMakeLists.txt @@ -129,7 +129,7 @@ install(EXPORT coordgen-targets FILE ${PROJECT_NAME}-config.cmake - DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake) + DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/coordgen) # Example if(COORDGEN_BUILD_EXAMPLE)