Petr Tlapa
Petr Tlapa
Nice! That's good to know - can at least use it :D Confirmed this on AOF5 1.18.2. THX!
I'm using mavsdk with fetchContent. If you add a breakpoint into the mavsdk function it stops there and you can step from there.
> [tlapik123](https://github.com/tlapik123) hi, can you be more specific on how you use the fetchContent? Sure! Here is the code. ```cmake include(FetchContent) set(PACKAGE_NAME mavsdk) FetchContent_Declare( ${PACKAGE_NAME} GIT_REPOSITORY https://github.com/mavlink/MAVSDK.git GIT_TAG 3cd9aa992b8defe9687db3a6b71964363cd0f63b )...