Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma committed Jul 1, 2024
1 parent bd88bb7 commit cb5a515
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,13 @@ if(NOT DEFINED VELOX_HOME)
endif()

if(${CMAKE_BUILD_TYPE} STREQUAL "Debug")
set(ARROW_HOME ${VELOX_HOME}/_build/debug/CMake/resolve_dependency_modules/arrow/arrow_ep/)
set(ARROW_HOME
${VELOX_HOME}/_build/debug/CMake/resolve_dependency_modules/arrow/arrow_ep/
)
else()
set(ARROW_HOME ${VELOX_HOME}/_build/release/CMake/resolve_dependency_modules/arrow/arrow_ep)
set(ARROW_HOME
${VELOX_HOME}/_build/release/CMake/resolve_dependency_modules/arrow/arrow_ep
)
endif()

include(ResolveDependency)
Expand Down

0 comments on commit cb5a515

Please sign in to comment.