Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 1, 2023
1 parent b512457 commit 4decaf9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions matlab/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ function(build_arrow)
endfunction()

macro(enable_gtest)
set(ARROW_GTEST_SOURCE_PREFIX "${ARROW_BINARY_DIR}/_deps/googletest-src/googletest")
set(ARROW_GTEST_INCLUDE_DIR "${ARROW_PREFIX}/include")
set(ARROW_GTEST_INCLUDE_DIR "${ARROW_PREFIX}/include/arrow-gtest")

set(ARROW_GTEST_IMPORT_LIB_DIR "${ARROW_PREFIX}/lib")
if(WIN32)
Expand Down

0 comments on commit 4decaf9

Please sign in to comment.