Commit 806dc0ca authored by Jan Kiene's avatar Jan Kiene
Browse files

keep warning level in windows CMake build

parent cab18d5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ elseif(WIN32)
    -D_CRT_SECURE_NO_WARNINGS
    /MP
  )
  add_compile_options("/W4" "/WX")
  add_compile_options("/WX")
endif()

# configuration options for all platforms