We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e424ede commit 54927e2Copy full SHA for 54927e2
stdlib/public/CMakeLists.txt
@@ -241,16 +241,16 @@ if(SWIFT_BUILD_STDLIB)
241
add_subdirectory(stubs)
242
add_subdirectory(core)
243
add_subdirectory(SwiftOnoneSupport)
244
+
245
+ if(SWIFT_BUILD_CLANG_OVERLAYS)
246
+ add_subdirectory(ClangOverlays)
247
+ endif()
248
endif()
249
250
if(SWIFT_BUILD_STDLIB AND NOT SWIFT_STDLIB_BUILD_ONLY_CORE_MODULES)
251
# In some internal Apple configurations we have the need
252
# to build Core and Onone separately from the rest
253
# of the stdlib
- if(SWIFT_BUILD_CLANG_OVERLAYS)
- add_subdirectory(ClangOverlays)
- endif()
-
254
if(SWIFT_ENABLE_EXPERIMENTAL_DIFFERENTIABLE_PROGRAMMING)
255
add_subdirectory(Differentiation)
256
0 commit comments