From 5d52aedda3feac05900d2dc3b58a77d6d126c96f Mon Sep 17 00:00:00 2001 From: David Sisson Date: Fri, 26 Jul 2024 15:58:30 -0700 Subject: [PATCH] tidy --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)