Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anshuldata authored and jacques-n committed Nov 13, 2024
1 parent 53dc0c6 commit 56ebc35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ set(ALL_OBJECT_FILES
${ALL_OBJECT_FILES} $<TARGET_OBJECTS:test_substrait>
PARENT_SCOPE)

option(ENABLE_TEST_EXE "Build the optional test executable" OFF)
if (ENABLE_TEST_EXE)
option(SUBSTRAIT_EXTENSION_TEST_EXE "Build the optional test executable" OFF)
if (SUBSTRAIT_EXTENSION_TEST_EXE)
# Add an executable target with main.cpp
add_executable(test_substrait_exe $<TARGET_OBJECTS:test_substrait> main.cpp)
# Link the executable with necessary libraries
Expand Down

0 comments on commit 56ebc35

Please sign in to comment.