isce2-2.6.3安装失败Configuring incomplete, errors occurred!

安装isce的时候,在最后提示安装不完全

Looking for a CUDA compiler failed with the following output:
-- The CUDA compiler identification is unknown
CMake Error at CMakeLists.txt:2 (project):
  No CMAKE_CUDA_COMPILER could be found.

  Tell CMake where to find the compiler by setting either the environment
  variable "CUDACXX" or the CMake cache entry CMAKE_CUDA_COMPILER to the full
  path to the compiler, or to the compiler name if it is in the PATH.


-- Configuring incomplete, errors occurred!
See also "/home/nama/Downloads/isce2-2.6.3/bulid/CMakeFiles/CheckCUDA/CMakeFiles/CMakeOutput.log".
See also "/home/nama/Downloads/isce2-2.6.3/bulid/CMakeFiles/CheckCUDA/CMakeFiles/CMakeError.log".

解决办法

  1. geogrid.cpp中添加#include <ogr_spatialref.h>
    在这里插入图片描述

在这里插入图片描述

#include <ogr_spatialref.h>
    1. geogridOptical.cpp中添加#include <ogr_spatialref.h>
      在这里插入图片描述
#include <ogr_spatialref.h>

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/qq_41159191/article/details/130561254
今日推荐