Skip to content

Commit dc37fc7

Browse files
authored
Merge pull request swiftlang#2317 from gmittert/MissingHop
Added missing cmake dependency on FoundationNetworking
2 parents 0a04b94 + 12d4c5d commit dc37fc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ if(ENABLE_TESTING)
429429
DEPENDS
430430
uuid
431431
Foundation
432+
FoundationNetworking
432433
CoreFoundation)
433434

434435
add_swift_executable(TestFoundation
@@ -574,6 +575,7 @@ if(ENABLE_TESTING)
574575
${swift_libc_flags}
575576
DEPENDS
576577
Foundation
578+
FoundationNetworking
577579
CoreFoundation
578580
xdgTestHelper)
579581

0 commit comments

Comments
 (0)