Results 16 issues of flagarde

Hi, This fix the re-downloading when the extension is tar.gz

The actual CMakeLists uses CXX_STANDARD witch is only available from 3.1. Using the cmake_minimum_required(VERSION [...] [FATAL_ERROR]) allows to add the policies automatically. It's running smoothly on 3.17.2 so the max...

Hello, Thx for you nice tool it's wonderful. I noticed that `CPM_INDENT` is not used everywhere in the code? This is expected ? I would like to add an `CPM_DESINDENT`...

enhancement

Hi, It seems not possible to use cpm-cmake using fetchcontent. It seems the version is not added when tagged and only used to generate the released files. It would be...

enhancement

Add CPM_LEFT_LOG and CPM_RIGHT_LOG to allow user to customize them and use color for example.

Hi, Restore the ability to check OPTIONS.

Maybe we could adapt this library https://github.com/ikalnytskyi/termcolor it looks very convenient and not so big and `cpp-terminal` have already some function provided.. From the license it seems you could take...

question

Hello, Thanks for this nice action it is very useful. However, sometimes I'm using github action to test on hardware I don't have at disposal, so this involve a lot...

Base on the conversation on #437. This PR is using the "standard" CMake feature with find_apckage etc.. But the CPM.cmake people need to change the version in command project before...

@MCWertGaming You mentioned last time the Microsoft Windows terminal was quite slow.. Could you provide some code showing this ? I found some windows api to write to console... maybe...