diff --git a/CMakeLists.txt b/CMakeLists.txt index e96393c..d3d51ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ endif() # Enable compiler warnings if (MSVC) - add_compile_options(/W4 /WX) + add_compile_options(/W4) else() add_compile_options(-Wall -Wextra -pedantic) endif()