Skip to content

Commit a0313b1

Browse files
committed
Fix typo
1 parent 2110f92 commit a0313b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/cmake/caches/Release.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ set_final_stage_var(LLVM_ENABLE_PROJECTS "${LLVM_RELEASE_ENABLE_PROJECTS}" STRIN
140140
if (${CMAKE_HOST_SYSTEM_NAME} MATCHES "Linux")
141141
set_final_stage_var(CLANG_BOLT "INSTRUMENT" STRING)
142142
endif()
143-
+# We want to generate an installer on Windows.
143+
# We want to generate an installer on Windows.
144144
if(NOT ${CMAKE_HOST_SYSTEM_NAME} MATCHES "Windows")
145145
set_final_stage_var(CPACK_GENERATOR "TXZ" STRING)
146146
endif()

0 commit comments

Comments
 (0)