We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af9498 commit 0114138Copy full SHA for 0114138
matlab/tools/cmake/BuildMatlabArrowInterface.cmake
@@ -19,6 +19,9 @@
19
# Configure libmexclass FetchContent
20
# ----------------------------------
21
22
+set(MATLAB_ADDITIONAL_VERSIONS "R2023b=23.2")
23
+set(Matlab_ROOT_DIR "C:/Program Files/MATLAB/R2023b")
24
+
25
set(MATLAB_ARROW_LIBMEXCLASS_CLIENT_FETCH_CONTENT_NAME libmexclass)
26
# TODO: Consider using SSH URL for the Git Repository when
27
# libmexclass is accessible for CI without permission issues.
0 commit comments