Skip to content

Commit

Permalink
One last cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Feb 9, 2024
1 parent dd6b5c3 commit 8fc79fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/substrait/textplan/parser/grammar/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ list(APPEND CMAKE_MODULE_PATH
"${CMAKE_CURRENT_SOURCE_DIR}/../../../../../third_party/antlr4/cmake")

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

add_definitions(-DANTLR4CPP_STATIC)

Expand Down Expand Up @@ -58,6 +57,5 @@ message(STATUS "generated dir: ${GRAMMAR_DIR}/antlr4cpp_generated_src")

target_include_directories(textplan_grammar
PUBLIC "${GRAMMAR_DIR}/antlr4cpp_generated_src")
set_target_properties(textplan_grammar PROPERTIES POSITION_INDEPENDENT_CODE ON)

target_link_libraries(textplan_grammar antlr4_static)

0 comments on commit 8fc79fb

Please sign in to comment.