Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add error handling for local protoc compiler detection (AimRT#89)
* build: add error handling for local protoc compiler detection Ensure that the local `protoc` compiler is found when `AIMRT_USE_LOCAL_PROTOC_COMPILER` is enabled. This improves setup reliability by providing clear feedback if `protoc` is missing, helping users avoid runtime issues. * build: include YamlCpp for enhanced configuration support Add support for YamlCpp to improve configuration handling alongside ROS2 dependencies. * chore: remove redundant gflag setting Clean up the CMake configuration by removing the unnecessary gflag setting for testing, streamlining the build process.
- Loading branch information