From 873947a83425ca32e50e2c3afabe0faae583aa43 Mon Sep 17 00:00:00 2001 From: Jeremy Schonfeld Date: Fri, 28 Jun 2024 09:44:40 -0700 Subject: [PATCH] [CMake] Include GNUInstallDirs --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c59d13120..ed7c9f4431 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -134,6 +134,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "Android") "-I/usr/lib/swift") # dispatch endif() +include(GNUInstallDirs) include(FoundationSwiftSupport) add_subdirectory(Sources)