jasoncoposky / irods_deployment_csir

Policy rule bases, microservice plugins and more for the CSIR iRODS deployment
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

cmake error #1

Open cynici opened 5 years ago

cynici commented 5 years ago

While inside the microservice directory, cmake . output the follow error:

CMake Error at CMakeLists.txt:3 (find_package):
  Could not find a package configuration file provided by "IRODS" (requested
  version 4.3.0) with any of the following names:

    IRODSConfig.cmake
    irods-config.cmake

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

-- Configuring incomplete, errors occurred!
jasoncoposky commented 5 years ago

You need the irods-dev package installed

You will also need to adjust the version of irods installed at the top of the CMakeLists.txt file