Closed alphaville closed 6 years ago
does "!cmake" work in the Matlab terminal?
Yes, !cmake
works - also status = system('cmake')
works fine and returns status value 0
. Maybe the correct way to check whether cmake
is installed is to test system('cmake') == 0
.
yes seems cleaner, we should change that.
On MATLAB 2017a, I run
Matlab_test_utils
and I get the following result:However,
cmake
is installed on my system (I have cmake version 2.8.12.2).