diff --git a/CMakeLists.txt b/CMakeLists.txt index cfcae79c..e6301372 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,9 +51,7 @@ if(${SUBSTRAIT_CPP_BUILD_TESTING}) endif() if(${CLANG_TIDY_BUILD}) - add_compile_options( - "-Wno-attributes;-Wno-deprecated-declarations" - ) + add_compile_options("-Wno-attributes;-Wno-deprecated-declarations") endif() install(EXPORT SubstraitTargets DESTINATION lib/cmake/Substrait)