-
Notifications
You must be signed in to change notification settings - Fork 869
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
CMake Error: Cannot find source file: testing_main.cc,gtest #1091
Comments
Thank you so much! |
Can you please explain how to Ceres Solver to 2.0.0 and enabling the C++17 standard? |
I suggest compiling the project in a Linux environment rather than a Windows environment. If you want to compile the project in a Windows environment, you can follow what the official tutorial says. Whether in the Windows environment or the Linux environment: |
I cloned the repository code:
And installed the required dependencies. However, I encountered issues with missing files during the build process:
Missing
src/third/gtest
The entire library file was not downloaded.
Missing
src/testing_main.cc
3.Missing source "No SOURCES given to target: src/third_party/vlfeat/vl
I found the gtest files in the 0.5.1 release version, but I couldn't find
testing_main.cc
.The text was updated successfully, but these errors were encountered: