You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trying to install the toolbox, I got the following error message:
CMake Error at /opt/homebrew/Cellar/cmake/3.26.3/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find Matlab (missing: Matlab_INCLUDE_DIRS) (found version
"NOTFOUND")
Call Stack (most recent call first):
/opt/homebrew/Cellar/cmake/3.26.3/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
/opt/homebrew/Cellar/cmake/3.26.3/share/cmake/Modules/FindMatlab.cmake:2024 (find_package_handle_standard_args)
CMakeLists.txt:11 (find_package)
After some googling, I tried export Matlab_ROOT_DIR=$Matlab_ROOT_DIR:$/Applications/MATLAB_R2024a.app
Now cmake .. gives me the following error
CMake Error at /opt/homebrew/Cellar/cmake/3.30.3/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
Could NOT find Matlab (missing: Matlab_INCLUDE_DIRS Matlab_MEX_LIBRARY
Matlab_MEX_EXTENSION Matlab_MX_LIBRARY) (found version "NOTFOUND")
I updated to the newest version of make (using brew), to no avail. Please advise!
Thank you,
Derk
The text was updated successfully, but these errors were encountered:
I am sorry about the late answer, but I got the same error, and in my case, updating the version of cmake using brew helped to find the Apple Silicon version of MATLAB.
Hi,
trying to install the toolbox, I got the following error message:
After some googling, I tried
export Matlab_ROOT_DIR=$Matlab_ROOT_DIR:$/Applications/MATLAB_R2024a.app
Now
cmake ..
gives me the following errorI updated to the newest version of make (using brew), to no avail. Please advise!
Thank you,
Derk
The text was updated successfully, but these errors were encountered: