Skip to content

Commit

Permalink
Fix formatting of CMake file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ingomueller-net committed Mar 14, 2024
1 parent 1b89f8a commit a06c17b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion export/planloader/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ add_test_case(
gtest
gtest_main)

set(TEXTPLAN_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../../../src/substrait/textplan")
set(TEXTPLAN_SOURCE_DIR
"${CMAKE_CURRENT_SOURCE_DIR}/../../../src/substrait/textplan")

add_custom_command(
TARGET planloader_test
Expand Down

0 comments on commit a06c17b

Please sign in to comment.