Skip to content

Commit 0114138

Browse files
committed
Set MATLAB information.
1 parent 6af9498 commit 0114138

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

matlab/tools/cmake/BuildMatlabArrowInterface.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
# Configure libmexclass FetchContent
2020
# ----------------------------------
2121

22+
set(MATLAB_ADDITIONAL_VERSIONS "R2023b=23.2")
23+
set(Matlab_ROOT_DIR "C:/Program Files/MATLAB/R2023b")
24+
2225
set(MATLAB_ARROW_LIBMEXCLASS_CLIENT_FETCH_CONTENT_NAME libmexclass)
2326
# TODO: Consider using SSH URL for the Git Repository when
2427
# libmexclass is accessible for CI without permission issues.

0 commit comments

Comments
 (0)