Skip to content

Commit

Permalink
Remove GANDIVA_CXX_STANDARD
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Sep 12, 2022
1 parent f952d26 commit 964be6f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cpp/src/gandiva/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ add_dependencies(gandiva-all gandiva gandiva-tests gandiva-benchmarks)

find_package(LLVMAlt REQUIRED)

set(GANDIVA_CXX_STANDARD ${CMAKE_CXX_STANDARD})

add_definitions(-DGANDIVA_LLVM_VERSION=${LLVM_VERSION_MAJOR})

find_package(OpenSSLAlt REQUIRED)
Expand Down Expand Up @@ -163,7 +161,6 @@ add_arrow_lib(gandiva

foreach(LIB_TARGET ${GANDIVA_LIBRARIES})
target_compile_definitions(${LIB_TARGET} PRIVATE GANDIVA_EXPORTING)
set_target_properties(${LIB_TARGET} PROPERTIES CXX_STANDARD ${GANDIVA_CXX_STANDARD})
endforeach()

if(ARROW_BUILD_STATIC AND WIN32)
Expand Down Expand Up @@ -225,7 +222,6 @@ function(ADD_GANDIVA_TEST REL_TEST_NAME)

set(TEST_NAME gandiva-${REL_TEST_NAME})
string(REPLACE "_" "-" TEST_NAME ${TEST_NAME})
set_target_properties(${TEST_NAME} PROPERTIES CXX_STANDARD ${GANDIVA_CXX_STANDARD})
endfunction()

add_gandiva_test(internals-test
Expand Down

0 comments on commit 964be6f

Please sign in to comment.