We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I have encountered this issue when trying to build with CMake. System: Win10 64bit Visual Studio Community 2017 CMake 3.13.3
Procedure:
freeglut, glew, OpenCV were built successfully, on glog throw error: CMake Error at 3rdparty/cmake/config_external_project.cmake:100 (message): Error building glog: 1 Call Stack (most recent call first): 3rdparty/CMakeLists.txt:70 (ConfigExternalProject)
CMake Error at 3rdparty/cmake/config_external_project.cmake:100 (message): Error building glog: 1 Call Stack (most recent call first): 3rdparty/CMakeLists.txt:70 (ConfigExternalProject)
I also tried to comment out this part, and the exact same error occurred when building ceres as well.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered:
It happened to me, too. Have you solved it?
Sorry, something went wrong.
I think you can check the error output file of glog in "<your_build_path>/3rdparty/glog/Debug/build_output.txt".
There is a more detailed output of the error.
No branches or pull requests
Hello,
I have encountered this issue when trying to build with CMake.
System:
Win10 64bit
Visual Studio Community 2017
CMake 3.13.3
Procedure:
freeglut, glew, OpenCV were built successfully, on glog throw error:
CMake Error at 3rdparty/cmake/config_external_project.cmake:100 (message): Error building glog: 1 Call Stack (most recent call first): 3rdparty/CMakeLists.txt:70 (ConfigExternalProject)
I also tried to comment out this part, and the exact same error occurred when building ceres as well.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: