apache / celix

Apache Celix is a framework for C and C++14 to develop dynamic modular software applications using component and in-process service-oriented programming.
https://celix.apache.org/
Apache License 2.0
160 stars 85 forks source link

Make CLion's CMake Preset Integration work with Conan. #624

Closed PengZheng closed 11 months ago

PengZheng commented 11 months ago

This PR fixes incorrect CMakePresets.json generated by Conan following instruction given in https://youtrack.jetbrains.com/issue/CPP-34818. It also updates documentation of Conan based CLion workflow.

The Conan upstream has planed improvements on this: https://github.com/conan-io/conan/issues/14568