c4conf
c4conf copied to clipboard
YAML-based configuration data trees, with override facilities including command line arguments.
Is this library meant to do filtering like the YAML processor [yq](https://github.com/mikefarah/yq) does ? If it does, I guess I would have to implement the filtering logic (see example below)...
Building error on Ubuntu 20.04 when running the `find_package` sample [script](https://github.com/biojppm/c4conf/blob/master/samples/find_package/run.sh). ``` bash CMake Error at CMakeLists.txt:4 (find_package): Found package configuration file: /home/captain-yoshi/ws/ros/gsoc_ws/src/rapidyaml/c4conf/samples/find_package/build/Release/c4conf-install/lib/cmake/c4conf/c4confConfig.cmake but it set c4conf_FOUND to FALSE so...