Skip to content

Commit cd91b2b

Browse files
authored
Merge pull request #21551 from compnerd/gen-x
[5.0] Remove check for including Runtime due to CmakeConfig.h dependencies
2 parents 76c54f9 + 6b3dbf2 commit cd91b2b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

include/swift/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
if(SWIFT_BUILD_STDLIB OR SWIFT_BUILD_SDK_OVERLAY OR SWIFT_BUILD_STANDALONE_OVERLAY)
2-
add_subdirectory(Runtime)
3-
endif()
1+
add_subdirectory(Runtime)
42

53
if(SWIFT_BUILD_REMOTE_MIRROR)
64
add_subdirectory(SwiftRemoteMirror)

0 commit comments

Comments
 (0)