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 0b01a1d commit c91a783Copy full SHA for c91a783
clang/cmake/caches/Release.cmake
@@ -148,6 +148,7 @@ endif()
148
# We want to generate an installer on Windows.
149
if(${CMAKE_HOST_SYSTEM_NAME} MATCHES "Windows")
150
set_final_stage_var(BUILD_LLVM_C_DYLIB "ON" STRING)
151
+ set_final_stage_var(LLVM_INSTALL_TOOLCHAIN_ONLY "ON" BOOL)
152
else()
153
set_final_stage_var(CPACK_GENERATOR "TXZ" STRING)
154
endif()
0 commit comments