diff --git a/desktop_version/CMakeLists.txt b/desktop_version/CMakeLists.txt index b07babb1..07563ccf 100644 --- a/desktop_version/CMakeLists.txt +++ b/desktop_version/CMakeLists.txt @@ -207,7 +207,7 @@ IF(ENABLE_WARNINGS) # Saves quite a few lines and boilerplate at the price of readability. TARGET_COMPILE_OPTIONS(VVVVVV PRIVATE $<$,$,$>: - -Wall $<$:-Werror>> + -Wall -Wpedantic $<$:-Werror>> $<$: /W4 $<$:/WX>>) ENDIF()