Skip to content

Commit

Permalink
Always load options
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 4, 2019
1 parent aea7801 commit 070c5d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/ArrowConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ set(PARQUET_FULL_SO_VERSION "@ARROW_FULL_SO_VERSION@")
# ARROW-5575: Move this to PlasmaConfig.cmake when we split target files
set(PLASMA_STORE_SERVER "@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_BINDIR@/plasma-store-server@CMAKE_EXECUTABLE_SUFFIX@")

include("${CMAKE_CURRENT_LIST_DIR}/ArrowOptions.cmake")

if(NOT (TARGET arrow_shared OR TARGET arrow_static))
include("${CMAKE_CURRENT_LIST_DIR}/ArrowTargets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/ArrowOptions.cmake")
endif()

0 comments on commit 070c5d5

Please sign in to comment.