Results 19 issues of flagarde

**Describe the bug** Generating LaTeX refman is not working anymore **To Reproduce** TexLive 2021 on Linux, Doxygen 1.9.7. Just running basic refman generate this error with LuaLaTeX This is LuaHBTeX,...

bug
fixed but not released
LaTeX

It would be nice to add an option to add the `ALL` keyword on the target options to allow it to be run automatically and maybe add an install path...

Thank for your nice tool. Could you add or precise which license your project is distributed under ?

Thx for this action ! In some ubuntu runner I had the error with libidn11 not found (cmake3.3 and cmake 3.5). A hacky fix is to do : `sudo apt-get...

enhancement
help wanted

This PR generalise the use of targets. One of the goal is to allow libgit2 to be included upstream using FetchContent mechanism and to better express target dependencies. Up to...

Hi, This is a rework for #446. This PR is taking into account 3 scenari : 1) User use the [get_cpm.cmake](https://github.com/cpm-cmake/CPM.cmake/blob/master/cmake/get_cpm.cmake) (no change for them) 2) Fetching with URL https://github.com/cpm-cmake/CPM.cmake/archive/refs/tags/v0.40.2.zip...

setting en_US.UTF-8 would create strange behaviour for system with other default locale. https://github.com/CLIUtils/CLI11/blob/2d792055216baa5ce7eca1d12efeb6180b8c7b5c/include/CLI/impl/Encoding_inl.hpp#L36

Calculate all the Hash to print on the release to be able to use ```cmake cmake_minimum_required(VERSION 3.14 FATAL_ERROR) project(Nice) include(FetchContent) FetchContent_Declare( CPM URL https://github.com/cpm-cmake/CPM.cmake/archive/refs/tags/***.zip URL_HASH SHA224=*** ) ``` Example: https://github.com/external-packages/CPM.cmake/releases/tag/v5.36.21...

This PR fix the warning ```bash CMake Warning at build/_deps/cpm-src/cmake/CPM.cmake:80 (message): CPM: Your project is using an unstable development version of CPM.cmake. Please update to a recent release if possible....