Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Mar 4, 2024
1 parent 1427420 commit 8b77b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/substrait/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ target_include_directories(
target_link_libraries(substrait_io substrait_proto substrait_textplan_converter
substrait_textplan_loader absl::status absl::statusor)

if (${SUBSTRAIT_CPP_BUILD_TESTING})
if(${SUBSTRAIT_CPP_BUILD_TESTING})
add_subdirectory(tests)
endif ()
endif()

install(TARGETS substrait_io LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
install(FILES ../../../include/substrait/common/Io.h
Expand Down

0 comments on commit 8b77b97

Please sign in to comment.