'cmake' is not recognized as an internal or external command [...]

4 views (last 30 days)
I am trying to run a script given by 'OSQP' to generate c code, but the error I am getting is
'cmake' is not recognized as an internal or external command, operable program or batch file.
I have checked that the 'cmake.exe' file is in the computers system path and user path and in MATLABs system path and search path.
'where cmake.exe'
returns the correct path and
'path'
returns a list of paths including the location of this file.
What could be the problem?

Answers (1)

Fei Guo
Fei Guo on 29 Jun 2019
I also got the same problem. Could you please tell me how to solve it? Thanks!

Categories

Find more on Simulink Coder in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!