Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Jul 26, 2024
1 parent 1526337 commit 5d52aed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5d52aed

Please sign in to comment.