-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
i cmake the project under:
centos7,
cuda11.7
and use the nvidia A100
it occurs Disabling CUDA support
/usr/local/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=/opt/rh/devtoolset-9/root/usr/bin/gcc -DCMAKE_CXX_COMPILER=/opt/rh/devtoolset-9/root/usr/bin/g++ -G "CodeBlocks - Unix Makefiles" /home/jiangwancheng/colmap
-- Found installed version of Eigen: /usr/local/share/eigen3/cmake
-- Found required Ceres dependency: Eigen version 3.3.9 in /usr/local/include/eigen3
-- Found required Ceres dependency: glog
-- Found installed version of gflags: /usr/local/lib/cmake/gflags
-- Detected gflags version: 2.2.0
-- Found required Ceres dependency: gflags
-- Found Ceres version: 1.14.0 installed in: /usr/local with components: [EigenSparse, SparseLinearAlgebraLibrary, LAPACK,
SchurSpecializations, OpenMP, Multithreading]
-- Found Eigen
-- Includes : /usr/local/include/eigen3
-- Found FreeImage
-- Includes : /usr/include
-- Libraries : /usr/lib/libfreeimage.so
-- Found Glog
-- Includes : /usr/local/include
-- Libraries : /usr/local/lib/libglog.a
-- Found Glew
-- Includes : /usr/include
-- Libraries : /usr/lib64/libGLEW.so
-- Found Qt
-- Module : /usr/lib64/cmake/Qt5Core
-- Module : /usr/lib64/cmake/Qt5OpenGL
-- Module : /usr/lib64/cmake/Qt5Widgets
-- Build type specified as Debug
-- Enabling SIMD support
-- Enabling OpenMP support
-- Disabling interprocedural optimization
-- Disabling CUDA support
-- Enabling GUI support
-- Enabling OpenGL support
-- Disabling ccache support
-- Disabling profiling support
-- Disabling CGAL support
-- Configuring done