Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mortbopet committed Oct 10, 2024
1 parent fb8b7cd commit f14fa78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/substrait/textplan/parser/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ install(TARGETS substrait_textplan_loader EXPORT SubstraitTargets)
if(${SUBSTRAIT_CPP_BUILD_TESTING})
add_subdirectory(tests)
endif()

5 changes: 2 additions & 3 deletions src/substrait/textplan/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ foreach(json_file ${TEXTPLAN_JSON_FILES})
add_custom_command(
TARGET substrait_textplan_round_trip_test
POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy
"${json_file}"
"${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/tests/data/")
COMMAND ${CMAKE_COMMAND} -E copy "${json_file}"
"${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/tests/data/")
endforeach()

message(
Expand Down

0 comments on commit f14fa78

Please sign in to comment.