M Rota
M Rota
> @avivace Sure, sorry, I usually post with it. Running on a Synology NAS DSM 7, in a docker container. DSM 7 is the software, which specific machine are you...
Why the upgrade to glog/0.6.0 and fmt/9.1.0? The folly manifest files report [0.5.0](https://github.com/facebook/folly/blob/v2022.10.03.00/build/fbcode_builder/manifests/glog) and [8.0.1](https://github.com/facebook/folly/blob/v2022.10.03.00/build/fbcode_builder/manifests/fmt), if I interpreted them correctly.
Since I'm keeping an eye on this issue, I'll also leave a revised version of OP's for the internet wanderers like me. ```cmake find_package(protobuf CONFIG REQUIRED) if(CMAKE_CROSSCOMPILING) find_program(_PROTOBUF_PROTOC_EXECUTABLE protoc) if(NOT...