Skip to content

Commit dcb61ad

Browse files
authored
begin to integrate SwiftSystem (#437)
motivation: SwiftSystem provides infra that can replace some bespoke implementations in TSC and, improving the cross-platform support. as such we are adding it as a dependency to TSC changes: add SwiftSystem to CMake setup so it can be included in CMake based builds
1 parent 4cefb7f commit dcb61ad

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
@@ -24,6 +24,7 @@ find_package(SwiftPM QUIET)
2424
find_package(LLBuild QUIET)
2525
find_package(ArgumentParser CONFIG REQUIRED)
2626
find_package(SwiftCollections QUIET)
27+
find_package(SwiftSystem CONFIG REQUIRED)
2728

2829
include(SwiftSupport)
2930

0 commit comments

Comments
 (0)