Skip to content

Commit 016a055

Browse files
committed
[CMake] Use the correct filename for adding the AST verifier macro flag
1 parent 078b9f5 commit 016a055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ else()
136136
set(swift_ast_verifier_flag " -DSWIFT_DISABLE_AST_VERIFIER=1")
137137
endif()
138138

139-
set_property(SOURCE Verifier.cpp APPEND_STRING PROPERTY COMPILE_FLAGS
139+
set_property(SOURCE ASTVerifier.cpp APPEND_STRING PROPERTY COMPILE_FLAGS
140140
"${swift_ast_verifier_flag}")
141141

0 commit comments

Comments
 (0)