Olivier Le Doeuff
Olivier Le Doeuff
Hi, currently, `CMAKE_CXX_STANDARD` is written in cache: https://github.com/HowardHinnant/date/blob/9ea5654c1206e19245dc21d8a2c433e090c8c3f5/CMakeLists.txt#L28 I don't think this is a good practice since it could modify standard in super build environment. It would be nice to...
Hello i don't see lots of link to CMake based project so i want to share some cmake script: * [QtIosCMake](https://github.com/OlivierLDff/QtIosCMake): Deploy Qt Application for iOS with a single macro...
Hi thank you for the great work Would you consider a feature to be able to set `CPM_USE_LOCAL_PACKAGES` for only one package. Like FetchContent: > In addition to the above...
Wasn't sure where to put that or who to contact. I'm embedding into my app all icons as svgs for easy and fast developement. I discovered a tool call `svgo`...
Hello i'm opening a file dialog in my app and the rendering is not the same whether the `plugins` are from Qt installation folder, or from a local folder. Not...
When using stduuid with FetchContent/CPM.cmake/find_package, and also including GSL with such process, it create a conflict and it then become ambiguous which file is used where. Concrete use case: ```cmake...
`CMakeLists.txt` : ```cmake my_custom_function( MY_FLAG ${VAR} ) ``` `.cmake-format` : ```yml parse: additional_commands: my_custom_function: kwargs: MY_FLAG: 0 ``` Produce: ``` WARNING __main__.py:522: While processing ./CMakeLists.txt ERROR __main__.py:629: parsed an empty...
✨ Great project: * https://github.com/mohammadhasanzadeh/yacalendar ## Time * Use local to determine use AM/PM or EU ## Calendar * Support calendar system * Support calendar model