Skip to content

Bizarre chocolatey Doxygen issue after Windows Server 2022 20220619.1 image update #26278

Discussion options

You must be logged in to vote

Alright I cracked it.

There are several things going on here, but ultimately it is mostly a CMake issue.

When calling find_package(Doxygen... in CMake, the build-in FindDoxygen.cmake module is called, which in turn attempts to locate Doxygen using the following:

find_program(
        DOXYGEN_EXECUTABLE
        NAMES doxygen
        PATHS
            "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\doxygen_is1;Inno Setup: App Path]/bin"
            /Applications/Doxygen.app/Contents/Resources
            /Applications/Doxygen.app/Contents/MacOS
            /Applications/Utilities/Doxygen.app/Contents/Resources
            /Applications/Utilities/Doxygen.app/Co…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@sebdrazi
Comment options

@oblivioncth
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants