From 6399093c55a69768860749760dfa2d40c8f1f09e Mon Sep 17 00:00:00 2001 From: Adrian Holfter Date: Mon, 2 Dec 2024 12:59:30 +0100 Subject: [PATCH] {cmake} Added missing include for GNUInstallDirs --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 093e7e7..11675aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -238,6 +238,7 @@ if ( E57_BUILD_TEST ) endif() # CMake package files +include( GNUInstallDirs ) set( E57_INSTALL_CMAKEDIR "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}" CACHE STRING