From a9a1a0b85a747b810fcf3d2ae315a8b2485309a6 Mon Sep 17 00:00:00 2001 From: Jeremy Schonfeld Date: Fri, 28 Jun 2024 09:42:01 -0700 Subject: [PATCH] [CMake] Include GNUInstallDirs --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ebd772116..cbe85546d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,6 +84,7 @@ list(APPEND _SwiftFoundation_availability_macros "SHELL:$<$:-Xfrontend -enable-experimental-feature -Xfrontend \"AvailabilityMacro=FoundationPredicateRegex 0.3:macOS 10000, iOS 10000, tvOS 10000, watchOS 10000\">" "SHELL:$<$:-Xfrontend -enable-experimental-feature -Xfrontend \"AvailabilityMacro=FoundationPredicateRegex 0.4:macOS 10000, iOS 10000, tvOS 10000, watchOS 10000\">") +include(GNUInstallDirs) include(SwiftFoundationSwiftSupport) add_subdirectory(Sources)