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
I have checked my version of Cmake (running 3.31.2), and I am pretty sure it is using the correct file path (/usr/local/bin/cmake). I also am using macOS. Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
I am following the instructions from the ReadME file, however when I run the make command I am getting the following error:
CMake Error: cmake version 3.31.2
Usage: /usr/local/bin/cmake -E [arguments...]
after it lists the different available commands I get the error message:
make[2]: *** [python/tempest/CMakeFiles/copy_module_for_tests] Error 1
make[1]: *** [python/tempest/CMakeFiles/copy_module_for_tests.dir/all] Error 2
make: *** [all] Error 2
I have checked my version of Cmake (running 3.31.2), and I am pretty sure it is using the correct file path (/usr/local/bin/cmake). I also am using macOS. Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: