Claus Klein
Claus Klein
'-Wno-vla' seems to disable a warning?
@TheLartians Any plan to merge this?
> Do `glm` and `glew` provide CMake targets? It seems that the CMake support for `Glew` is community based and is not in the root directory. I think you would...
This build and install the targets on my iMac, but the exported `SDL CMake config package` is **NOT** usable! ```cmake cmake_minimum_required(VERSION 3.14...3.26 FATAL_ERROR) # ---- Project ---- # Note: update...
``` tree ../stagedir/lib/cmake/ ../stagedir/lib/cmake/ |-- Arcanelords-0.1 | |-- ArcanelordsConfig.cmake | |-- ArcanelordsConfigVersion.cmake | `-- ArcanelordsTargets.cmake |-- SDL2 | |-- SDL2Config.cmake | |-- SDL2ConfigVersion.cmake | |-- SDL2Targets-debug.cmake | `-- SDL2Targets.cmake |--...
@acgetchell try a `gcovr` config file too like this: https://github.com/ClausKlein/ModernCmakeStarter/blob/develop/gcovr.cfg
done, see https://github.com/cpm-cmake/CPM.cmake/pull/359/commits/7db2d511ae4c4228a0620ce58872990c460386c3
https://github.com/cpm-cmake/CPM.cmake/blob/7db2d511ae4c4228a0620ce58872990c460386c3/examples/boost/CMakeLists.txt
@TheLartians we need this feature to prevent workarounds like this: https://github.com/ClausKlein/ModernCmakeStarter/pull/3