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 5d3b9e2 commit 2ca8056Copy full SHA for 2ca8056
clang/cmake/caches/Release.cmake
@@ -128,6 +128,4 @@ set_final_stage_var(LLVM_ENABLE_PROJECTS "${LLVM_RELEASE_ENABLE_PROJECTS}" STRIN
128
set_final_stage_var(CPACK_GENERATOR "TXZ" STRING)
129
set_final_stage_var(CPACK_ARCHIVE_THREADS "0" STRING)
130
131
-if(${CMAKE_HOST_SYSTEM_NAME} MATCHES "Darwin")
132
- set_final_stage_var(LLVM_USE_STATIC_ZSTD "ON" BOOL)
133
-endif()
+set_final_stage_var(LLVM_USE_STATIC_ZSTD "ON" BOOL)
0 commit comments