From da7999995ba4c8ee86b7bda431fe9d7ac738c381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20R=C3=B6nnquist?= Date: Thu, 21 Mar 2024 14:00:56 +0100 Subject: [PATCH] Add include for GNUInstallDirs to provide CMAKE_INSTALL_LIBDIR --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 41d8f0844..96116b026 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1226,6 +1226,7 @@ endif(INSTALL_PKG_CONFIG_FILES) # Generate CMake package-config files include(CMakePackageConfigHelpers) +include(GNUInstallDirs) set(PKG_NAME "Allegro") string(TOLOWER ${PKG_NAME} PKG_NAME_LOWER)