mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:37:20 +08:00
16 lines
432 B
Diff
16 lines
432 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index 0213798..c4d7d3e 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
|