Skip to content

Commit

Permalink
Add debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingurney committed Nov 22, 2023
1 parent 94c4d89 commit dc8d80d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions matlab/tools/cmake/BuildMatlabArrowInterface.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
# Configure libmexclass FetchContent
# ----------------------------------

message(STATUS "MATLAB_ADDITIONAL_VERSOINS = ${MATLAB_ADDITIONAL_VERSIONS}")
message(STATUS "Matlab_ROOT_DIR = ${Matlab_ROOT_DIR}")

set(MATLAB_ARROW_LIBMEXCLASS_CLIENT_FETCH_CONTENT_NAME libmexclass)
# TODO: Consider using SSH URL for the Git Repository when
# libmexclass is accessible for CI without permission issues.
Expand Down

0 comments on commit dc8d80d

Please sign in to comment.