mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove check for including Runtime due to CmakeConfig.h dependencies
Various files include Runtime/Config.h which depends on Runtime/CMakeConfig.h and thus this check does not work.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
if(SWIFT_BUILD_STDLIB OR SWIFT_BUILD_SDK_OVERLAY OR SWIFT_BUILD_STANDALONE_OVERLAY)
|
||||
add_subdirectory(Runtime)
|
||||
endif()
|
||||
add_subdirectory(Runtime)
|
||||
|
||||
if(SWIFT_BUILD_REMOTE_MIRROR)
|
||||
add_subdirectory(SwiftRemoteMirror)
|
||||
|
||||
Reference in New Issue
Block a user