Skip to content

Commit 0a7e911

Browse files
committed
[SIL] Fix CMakeLists warning
Fix a CMake warning: ``` CMake Warning (dev) in lib/SIL/CMakeLists.txt: A logical block opening on the line swift/lib/SIL/CMakeLists.txt:43 (if) closes on the line swift/lib/SIL/CMakeLists.txt:46 (endif) with mis-matching arguments. This warning is for project developers. Use -Wno-dev to suppress it. ```
1 parent 430a0d8 commit 0a7e911

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)