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
There's a problem in installing setup.py
Since cmake compiler is not set and neither specified in prerequisites, thus the command (cd ..) is throwing an error. The error statement is given below.
CMake Error at CMakeLists.txt:3 (project):
Running
'nmake' '-?'
failed with:
The system cannot find the file specified
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
This can be resolved by giving a procedure/command to set cmake compiler in the prerequisites block
The text was updated successfully, but these errors were encountered:
There's a problem in installing setup.py
Since cmake compiler is not set and neither specified in prerequisites, thus the command (cd ..) is throwing an error. The error statement is given below.
CMake Error at CMakeLists.txt:3 (project):
Running
'nmake' '-?'
failed with:
The system cannot find the file specified
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
This can be resolved by giving a procedure/command to set cmake compiler in the prerequisites block
The text was updated successfully, but these errors were encountered: