Skip to content

Commit 3d5331e

Browse files
Fix copy and paste error for MSVC
1 parent 1115ab6 commit 3d5331e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Parser/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ if (MSVC)
109109
# disable security warnings
110110
add_definitions(-D_CRT_SECURE_NO_WARNINGS=1)
111111

112-
target_compile_options(MetaRuntime
112+
target_compile_options(MetaParser
113113
PUBLIC
114114
# treat warnings as errors
115115
/WX

0 commit comments

Comments
 (0)