Skip to content

Commit

Permalink
apacheGH-41755: [C++][ORC] ensure orc version gets set correctly
Browse files Browse the repository at this point in the history
Suggested-By: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
h-vetinari committed May 27, 2024
1 parent 1c9e393 commit d1cf6b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/cmake_modules/FindorcAlt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ if(orcAlt_FOUND)
PROPERTIES IMPORTED_LOCATION "${ORC_STATIC_LIB}"
INTERFACE_INCLUDE_DIRECTORIES "${ORC_INCLUDE_DIR}")
endif()
set(orcAlt_VERSION ${ORC_VERSION})
endif()

0 comments on commit d1cf6b9

Please sign in to comment.