Skip to content

Commit c9c67a0

Browse files
tstellarc-rhodes
andauthored
Update clang/cmake/caches/Release.cmake
Co-authored-by: Cullen Rhodes <[email protected]>
1 parent f8d20c8 commit c9c67a0

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
@@ -39,7 +39,7 @@ endif()
3939
# Don't build flang on Darwin due to:
4040
# https://github.com/llvm/llvm-project/issues/160546
4141
if (NOT ${CMAKE_HOST_SYSTEM_NAME} MATCHES "Darwin")
42-
list(APPEND DEFAULT_PROJECT "flang")
42+
list(APPEND DEFAULT_PROJECTS "flang")
4343
endif()
4444

4545
set (DEFAULT_RUNTIMES "compiler-rt;libcxx")

0 commit comments

Comments
 (0)