File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -821,14 +821,23 @@ message(STATUS " Assertions: ${LLVM_ENABLE_ASSERTIONS}")
821
821
message (STATUS " LTO: ${SWIFT_TOOLS_ENABLE_LTO} " )
822
822
message (STATUS "" )
823
823
824
- message (STATUS "Building Swift standard library and SDK overlays for SDKs: ${SWIFT_SDKS} " )
825
- message (STATUS " Build type: ${SWIFT_STDLIB_BUILD_TYPE} " )
826
- message (STATUS " Assertions: ${SWIFT_STDLIB_ASSERTIONS} " )
827
- message (STATUS "" )
824
+ if (SWIFT_BULID_STDLIB OR SWIFT_BUILD_SDK_OVERLAY )
828
825
829
- message (STATUS "Building Swift runtime with:" )
830
- message (STATUS " Leak Detection Checker Entrypoints: ${SWIFT_RUNTIME_ENABLE_LEAK_CHECKER} " )
831
- message (STATUS "" )
826
+ message (STATUS "Building Swift standard library and overlays for SDKs: ${SWIFT_SDKS} " )
827
+ message (STATUS " Build type: ${SWIFT_STDLIB_BUILD_TYPE} " )
828
+ message (STATUS " Assertions: ${SWIFT_STDLIB_ASSERTIONS} " )
829
+ message (STATUS "" )
830
+
831
+ message (STATUS "Building Swift runtime with:" )
832
+ message (STATUS " Leak Detection Checker Entrypoints: ${SWIFT_RUNTIME_ENABLE_LEAK_CHECKER} " )
833
+ message (STATUS "" )
834
+
835
+ else ()
836
+
837
+ message (STATUS "Not building Swift standard library, SDK overlays, and runtime" )
838
+ message (STATUS "" )
839
+
840
+ endif ()
832
841
833
842
#
834
843
# Find required dependencies.
You can’t perform that action at this time.
0 commit comments