Skip to content

Unable to build doxygen (development branch) #362

Open
@krishnakumarg1984

Description

@krishnakumarg1984

When trying to build the project (at development branch current HEAD) with doxygen enabled as follows:

$ mkdir build && cd build
$ conan install .. --build missing -pr:h=default -pr:b=default -o benchmarks=on -o docs=on -o coverage=on
$ conan build ..

we get the following error:

CMake Error at cmake_files/dependencies.cmake:24 (find_package):
  By not providing "Finddoxygen.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "doxygen", but
  CMake did not find one.

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

    doxygenConfig.cmake
    doxygen-config.cmake

  Add the installation prefix of "doxygen" to CMAKE_PREFIX_PATH or set
  "doxygen_DIR" to a directory containing one of the above files.  If
  "doxygen" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  CMakeLists.txt:58 (include)


-- Configuring incomplete, errors occurred!
ERROR: conanfile.py (sopt/4.0.0): Error in build() method, line 77
        cmake.configure()
        ConanException: Error 1 while executing cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/krishnakumar/Documents/ucl_arc_work_docs/lexci_sopt_purify/sopt/build/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/krishnakumar/Documents/ucl_arc_work_docs/lexci_sopt_purify/sopt/build/package" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/krishnakumar/Documents/ucl_arc_work_docs/lexci_sopt_purify/sopt"

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions