Skip to content

Commit 26bdc23

Browse files
committed
Fix typo
1 parent 29b82de commit 26bdc23

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
@@ -125,7 +125,7 @@ set_instrument_and_final_stage_var(CMAKE_MODULE_LINKER_FLAGS ${RELEASE_LINKER_FL
125125
# Final Stage Config (stage2)
126126
set_final_stage_var(LLVM_ENABLE_RUNTIMES "${LLVM_RELEASE_ENABLE_RUNTIMES}" STRING)
127127
set_final_stage_var(LLVM_ENABLE_PROJECTS "${LLVM_RELEASE_ENABLE_PROJECTS}" STRING)
128-
+# We want to generate an installer on Windows.
128+
# We want to generate an installer on Windows.
129129
if(NOT ${CMAKE_HOST_SYSTEM_NAME} MATCHES "Windows")
130130
set_final_stage_var(CPACK_GENERATOR "TXZ" STRING)
131131
endif()

0 commit comments

Comments
 (0)