GP2020-DAR
GP2020-DAR

Reputation: 29

How to download ignition-cmake2 on ubuntu 16.04

CMake Error at CMakeLists.txt:12 (find_package):
  By not providing "Findignition-cmake2.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "ignition-cmake2", but CMake did not find one.

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

    ignition-cmake2Config.cmake
    ignition-cmake2-config.cmake

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


-- Configuring incomplete, errors occurred!
See also "/tmp/ign-fuel-tools/build/CMakeFiles/CMakeOutput.log".

I am using ubuntu 16.04 and already download "ignition-cmake0".

Upvotes: 1

Views: 728

Answers (1)

Erick T Oliveira
Erick T Oliveira

Reputation: 124

I had a similar error and I solve mine writing the path of the directory on the Build/CMakeCache in the line where is written NOT FOUND.

Upvotes: 0

Related Questions