From 1f5bbb170084e8b6d60d02748d4b419a4c42b6a6 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Fri, 28 Nov 2025 19:41:52 +0000 Subject: [PATCH] GNUInstallDirs is not supposed to be used conditionally (#91) --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e0e67f2..db60ff4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,9 +105,7 @@ endif() # Add GNUInstallDirs for GNU infrastructure before target)include_directories # -if(CMAKE_SYSTEM_NAME MATCHES "^(Linux|kFreeBSD|GNU)$" AND NOT CMAKE_CROSSCOMPILING) - include(GNUInstallDirs) -endif() +include(GNUInstallDirs) # # Declare PKGINCLUDEDIR for kissfft include path