/Wx -> /WX (stupid typo)

This commit is contained in:
Martin Hořeňovský 2017-03-06 11:29:57 +01:00
parent 9a037204fa
commit 932a405e18
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ if ( CMAKE_CXX_COMPILER_ID MATCHES "Clang|AppleClang|GNU" )
target_compile_options( Benchmark PRIVATE -Wall -Wextra )
endif()
if ( CMAKE_CXX_COMPILER_ID MATCHES "MSVC" )
target_compile_options( SelfTest PRIVATE /W4 /w44265 /Wx )
target_compile_options( SelfTest PRIVATE /W4 /w44265 /WX )
target_compile_options( Benchmark PRIVATE /W4 )
endif()