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 29b82de commit 26bdc23Copy full SHA for 26bdc23
clang/cmake/caches/Release.cmake
@@ -125,7 +125,7 @@ set_instrument_and_final_stage_var(CMAKE_MODULE_LINKER_FLAGS ${RELEASE_LINKER_FL
125
# Final Stage Config (stage2)
126
set_final_stage_var(LLVM_ENABLE_RUNTIMES "${LLVM_RELEASE_ENABLE_RUNTIMES}" STRING)
127
set_final_stage_var(LLVM_ENABLE_PROJECTS "${LLVM_RELEASE_ENABLE_PROJECTS}" STRING)
128
-+# We want to generate an installer on Windows.
+# We want to generate an installer on Windows.
129
if(NOT ${CMAKE_HOST_SYSTEM_NAME} MATCHES "Windows")
130
set_final_stage_var(CPACK_GENERATOR "TXZ" STRING)
131
endif()
0 commit comments