Skip to content

Commit 3797db2

Browse files
authored
Merge pull request #5212 from modocache/sil-cmakelists-endif-fix
2 parents 430a0d8 + 0a7e911 commit 3797db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SIL/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ add_swift_library(swiftSIL STATIC
4343
if(NOT SWIFT_BUILT_STANDALONE)
4444
get_property(CLANG_TABLEGEN_TARGETS GLOBAL PROPERTY CLANG_TABLEGEN_TARGETS)
4545
add_dependencies(swiftSIL intrinsics_gen ${CLANG_TABLEGEN_TARGETS})
46-
endif(CLANG_TABLEGEN_TARGETS)
46+
endif()

0 commit comments

Comments
 (0)