-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building error #6
Comments
Thank you for reporting the issue @piao8wan. Can you let me know what steps you used to build the project? Did you open the cloned repo with Visual studio, or used the cmake commands? |
I open the cloned repo with Visual studio. I think everything is done automatically by the built-in tools of VS, and I did not manually configure anything. |
Unfortunately, I am unable to reproduce the issue. I cloned the repo, opened it in VS 2022, selected the CmakeLists.txt file (in the project root directory, not the Cmake file under the External folder), ran the Setup.bat file, and build and run the project. I am using Win 10 home build 19045.2728 with SDK version. A few things that might be causing this:
and see if the error persist? If this indeed does work, we can narrow the issue down to a Visual studio cmake error. |
Severity Code Description Project File Line Suppression State Error
CMake Error at C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.20/Modules/ExternalProject.cmake:2633 (message):
error: could not find git for clone of tinygltf-populate
Severity Code Description Project File Line Suppression State Error
CMake Error at C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.20/Modules/FetchContent.cmake:1000 (message):
CMake step for tinygltf failed: 1
The text was updated successfully, but these errors were encountered: