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:
Nathan Lanza
2018-12-17 20:29:24 -08:00
parent f6eeb3adca
commit 6d92dfaaa2

View File

@@ -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)