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 followed the steps mentioned in https://www.opennn.net/documentation/building_opennn.html to build the image, but i am not able to build it. i have pulled the master branch and am following visual studio IDE way to build. when i execute "cmake ." i am getting following error:
<local_path>opennn\examples\airline_passengers>cmake .
CMake Error at CMakeLists.txt:3 (project):
Running
'nmake' '-?'
failed with:
The system cannot find the file specified
-- Configuring incomplete, errors occurred!
the same error i am getting if i execute cmake . from opennn dir also.
i dont know much on software part, can somebody please help me?
The text was updated successfully, but these errors were encountered:
Hi,
i followed the steps mentioned in https://www.opennn.net/documentation/building_opennn.html to build the image, but i am not able to build it. i have pulled the master branch and am following visual studio IDE way to build. when i execute "cmake ." i am getting following error:
<local_path>opennn\examples\airline_passengers>cmake .
CMake Error at CMakeLists.txt:3 (project):
Running
'nmake' '-?'
failed with:
The system cannot find the file specified
-- Configuring incomplete, errors occurred!
the same error i am getting if i execute cmake . from opennn dir also.
i dont know much on software part, can somebody please help me?
The text was updated successfully, but these errors were encountered: