Martin Stump

Results 16 comments of Martin Stump

### ASAM OSI | Subgroup Performance Meeting | 4.0.0 Development | 2023-11-30 * Hubert Cao, Thomas Hempen, Jason Zhang, Martin Stump will be actively working on the osi-gprc-packaging layer *...

Hi @saxbophone, Just FYI, CMake 3.24.0 adds a similar functionality to the FetchContent module, see: * [FETCHCONTENT_TRY_FIND_PACKAGE_MODE](https://cmake.org/cmake/help/latest/module/FetchContent.html#variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE) * [FetchContent_Declare](https://cmake.org/cmake/help/latest/module/FetchContent.html#command:fetchcontent_declare)

@andreeis Thanks for your reply. @xisui-MSFT The reason I would like to see this picked up from the settings is, that I want to be able to set this globally...

@xisui-MSFT While this would be possible, it would still need a complete rewrite of all presets as far as I understand. Suppose this is my `CMakePresets.json`: ``` { "version": 2,...

@gcampbell-msft This seems to be related to #1836 and #3537. First of all, thank you so much for taking care of that issue! However, I am still not able to...

@skypjack Thanks for taking a look! Here's a working example: https://godbolt.org/z/dv34Gbjh6