From 76c6687167a364f2b23965437d591c07ed4587cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= Date: Tue, 13 Jan 2026 16:42:27 +0000 Subject: [PATCH] Fix installation of cmake targets and config (#87) 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 ceb138b..25e488e 100644 --- CMakeLists.txt +++ CMakeLists.txt @@ -82,7 +82,7 @@ INSTALL(EXPORT maeparser-targets FILE ${PROJECT_NAME}-config.cmake - DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake) + DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/maeparser) file(GLOB mae_headers "*.hpp") install(FILES ${mae_headers} DESTINATION include/maeparser)