diff --git a/CMakeLists.txt b/CMakeLists.txt index 5afe20c..bac11f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,8 +33,7 @@ option(USE_SIMD_FALLBACK include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/third_party/valgrind) if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU") - add_compile_options(-Wno-maybe-uninitialized - $<$:-Wno-invalid-offsetof>) + add_compile_options($<$:-Wno-invalid-offsetof>) endif() if(APPLE)