Skip to content

Commit cd6d25b

Browse files
authored
[CMake] Include GNUInstallDirs (#709)
1 parent c7b3d59 commit cd6d25b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ list(APPEND _SwiftFoundation_availability_macros
8484
"SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -enable-experimental-feature -Xfrontend \"AvailabilityMacro=FoundationPredicateRegex 0.3:macOS 10000, iOS 10000, tvOS 10000, watchOS 10000\">"
8585
"SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -enable-experimental-feature -Xfrontend \"AvailabilityMacro=FoundationPredicateRegex 0.4:macOS 10000, iOS 10000, tvOS 10000, watchOS 10000\">")
8686

87+
include(GNUInstallDirs)
8788
include(SwiftFoundationSwiftSupport)
8889

8990
add_subdirectory(Sources)

0 commit comments

Comments
 (0)