Skip to content

Commit

Permalink
Fix CMake lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Nienaber authored and stevelorddremio committed Jan 25, 2024
1 parent 59c0fad commit bb96fe3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cpp/src/arrow/flight/sql/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,8 @@ if(ARROW_BUILD_TESTS OR ARROW_BUILD_EXAMPLES)
example/sqlite_server.cc
example/sqlite_tables_schema_batch_reader.cc)

set(ARROW_FLIGHT_SQL_TEST_SRCS
server_test.cc
server_session_middleware_internals_test.cc)
set(ARROW_FLIGHT_SQL_TEST_SRCS server_test.cc
server_session_middleware_internals_test.cc)

set(ARROW_FLIGHT_SQL_TEST_LIBS ${SQLite3_LIBRARIES})
set(ARROW_FLIGHT_SQL_ACERO_SRCS example/acero_server.cc)
Expand Down

0 comments on commit bb96fe3

Please sign in to comment.