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 download zip and unzip, use clion open dir and project, the clion cmake auto run, and back a error
my os is windows10.
"H:\mysoft\clion\clionInstall\CLion 2021.1.3\bin\cmake\win\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - MinGW Makefiles" G:\Xubuntu_Work_Space\From_Xubuntu\codeTest_2019_2_21\git\gitclone\nanogui-master
CMake Error at CMakeLists.txt:15 (message):
The NanoGUI dependency repositories (GLFW, etc.) are missing! You probably
did not clone the project with --recursive. It is possible to recover by
calling "git submodule update --init --recursive"
-- Configuring incomplete, errors occurred!
See also "G:/Xubuntu_Work_Space/From_Xubuntu/codeTest_2019_2_21/git/gitclone/nanogui-master/cmake-build-debug/CMakeFiles/CMakeOutput.log".
[Finished]
what should i do now ?
thanks !!!
The text was updated successfully, but these errors were encountered:
You mentioned that you downloaded the zip, and since the error mentions that you probably forgot to clone with --recursive, I think you should probably "git clone" instead of downloading the zip itself.
i download zip and unzip, use clion open dir and project, the clion cmake auto run, and back a error
my os is
windows10
.what should i do now ?
thanks !!!
The text was updated successfully, but these errors were encountered: