diff --git a/CMakeLists.txt b/CMakeLists.txt index b1c3fd8..1478f1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ add_compile_definitions(IMGUI_DISABLE_OBSOLETE_FUNCTIONS) add_subdirectory(external) if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)") - add_compile_options(-Werror -Wall -Wextra -Wpedantic -Wshadow) + add_compile_options(-Wall -Wextra -Wpedantic -Wshadow) elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC") add_compile_options(/WX /W3 /permissive-) add_compile_options(/MP)