diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 4ac8a8bd..d13a5d8a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -66,6 +66,7 @@ if(FETCH_DEPENDENCIES_WITH_CMAKE) SYSTEM EXCLUDE_FROM_ALL) FetchContent_MakeAvailable(nanoarrow) + target_compile_options(nanoarrow PRIVATE -w) endif() endif()