-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hi,
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