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
Hello! I am not a c++ developer and i am not too familiar with c++ and/or cmake languages. I was trying to install and run your package and did everything that was required in your documentation before the cmake ../ command. I've cloned your repository to the ...Desktop/md directory, then created an md/build directory. From this dir i've ran cmake ../ and the following error popped out:
... ~/Desktop/md/build (master)
$ cmake ../
CMake Error in CMakeLists.txt:
Running
'nmake' '-?'
failed with:
no such file or directory
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
I am sorry if this is me who does something wrong but, if this is a genuine problem with your code/documentation, i would like to hear your feedback/help.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello! I am not a c++ developer and i am not too familiar with c++ and/or cmake languages. I was trying to install and run your package and did everything that was required in your documentation before the
cmake ../
command. I've cloned your repository to the ...Desktop/md directory, then created an md/build directory. From this dir i've rancmake ../
and the following error popped out:I am sorry if this is me who does something wrong but, if this is a genuine problem with your code/documentation, i would like to hear your feedback/help.
Thanks in advance!
The text was updated successfully, but these errors were encountered: