Anton Zhilin
Anton Zhilin
To use, add `Makefile.local` with the following contents: ```Makefile CMAKE_DEBUG_FLAGS = --preset debug CMAKE_RELEASE_FLAGS = --preset release ```
Related: #192 Minimal structure: ``` . ├── CMakeLists.txt ├── get_cpm.cmake ├── libA │ └── CMakeLists.txt └── libB └── CMakeLists.txt ``` Here, both `libA` and `libB` use the same `get_cpm.cmake` to...
Fixes: #124
#### Environment details - Programming language: C++ - OS: Ubuntu 22.04 - Language runtime version: Protobuf 3.12.4 - Package version: 1.50.0 #### Steps to reproduce 1. Run `protoc` on all...
As of now, `Exec` requires the absolute path to the executable and ignores `PATH`. This is inconvenient when calling system executables. This behavior is dictated by `execve`, which is currently...