-
Hi all, When I execute the command: cmake -G Ninja I get the following errors: CMake Warning: CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. Should set some environment variables? I have successfully installed Intel C/C++ and Fortran compilers and Intel MKL. Both C/C++ and Fortran compilers are callable since I have already executed the script that sets the env variables. Regards, D. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think you fixed that now per other message. I updated Readme_windows.md to explain CMAKE_MAKE_PROGRAM. |
Beta Was this translation helpful? Give feedback.
I think you fixed that now per other message. I updated Readme_windows.md to explain CMAKE_MAKE_PROGRAM.