You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
The solution is to do sudo apt install doxygen before building. We have not added this to the general readme because most users will not be building the documentation but we do it in our github action that creates the documentation webpage.
When trying to build the project (at development branch current
HEAD
) with doxygen enabled as follows:we get the following error:
The text was updated successfully, but these errors were encountered: