Skip to content

Commit

Permalink
Fix copy and paste error for MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinBrunkhorst committed Oct 29, 2016
1 parent 1115ab6 commit 3d5331e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Parser/CMakeLists.txt
Expand Up @@ -109,7 +109,7 @@ if (MSVC)
# disable security warnings
add_definitions(-D_CRT_SECURE_NO_WARNINGS=1)

target_compile_options(MetaRuntime
target_compile_options(MetaParser
PUBLIC
# treat warnings as errors
/WX
Expand Down

0 comments on commit 3d5331e

Please sign in to comment.