From 4121de427053245e8be9e063f2d59848efde78ab Mon Sep 17 00:00:00 2001 From: Stefan Goetschi Date: Sun, 15 Sep 2024 15:30:02 +0200 Subject: [PATCH] Include gnu install dirs. It's unclear why the lib install folders worked without this before. But now the CMake files get correctly installed. --- sources/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/CMakeLists.txt b/sources/CMakeLists.txt index c4594e2..0955e88 100644 --- a/sources/CMakeLists.txt +++ b/sources/CMakeLists.txt @@ -1,4 +1,5 @@ include(GenerateExportHeader) +include(GNUInstallDirs) IF (NOT DEFINED CMAKE_MODULE_PATH) GET_FILENAME_COMPONENT(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../CMakeModules" ABSOLUTE)