> Not having this is super inconvenient. Please include the cmake config
files.
+1
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1935709
Title:
grpc++-dev doesn't install gRPCConfig.cmake
To manag
On a side note, Debian 10 is also affected by this bug. If you could
trigger a backport of the fix there, too, this would be aweseome! Thank
you very much!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs
> Abosulety! However, it'll require an actual test case.
```
#!/bin/bash
cleanup() {
rm -rf "$1"
}
set -e
testdir="$(mktemp -d)"
trap "cleanup ${testdir}" EXIT
pushd "${testdir}"
cat < CMakeLists.txt
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
project(yaml-cpp-test LANGUAGES CXX)
find_packa