moshanATucsd / quadricslam

An extension of gtsam to provide support for optimizing quadric landmarks
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

cmake error with gtsam #1

Open moshanATucsd opened 3 years ago

moshanATucsd commented 3 years ago
CMake Error at CMakeLists.txt:25 (find_package):
  By not providing "FindGTSAMCMakeTools.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "GTSAMCMakeTools", but CMake did not find one.

  Could not find a package configuration file provided by "GTSAMCMakeTools"
  with any of the following names:

    GTSAMCMakeToolsConfig.cmake
    gtsamcmaketools-config.cmake

  Add the installation prefix of "GTSAMCMakeTools" to CMAKE_PREFIX_PATH or
  set "GTSAMCMakeTools_DIR" to a directory containing one of the above files.
  If "GTSAMCMakeTools" provides a separate development package or SDK, be
  sure it has been installed.

-- Configuring incomplete, errors occurred!
xjh389336645 commented 4 months ago
CMake Error at CMakeLists.txt:25 (find_package):
  By not providing "FindGTSAMCMakeTools.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "GTSAMCMakeTools", but CMake did not find one.

  Could not find a package configuration file provided by "GTSAMCMakeTools"
  with any of the following names:

    GTSAMCMakeToolsConfig.cmake
    gtsamcmaketools-config.cmake

  Add the installation prefix of "GTSAMCMakeTools" to CMAKE_PREFIX_PATH or
  set "GTSAMCMakeTools_DIR" to a directory containing one of the above files.
  If "GTSAMCMakeTools" provides a separate development package or SDK, be
  sure it has been installed.

-- Configuring incomplete, errors occurred!

Do you solve it? I find too.