[Bug 1935709] Re: grpc++-dev doesn't install gRPCConfig.cmake

2022-04-27 Thread Dennis Klein
> 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

[Bug 1880419] Re: yaml-cpp-config.cmake has incorrect path to yaml-cpp include directory

2020-11-10 Thread Dennis Klein
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

[Bug 1880419] Re: yaml-cpp-config.cmake has incorrect path to yaml-cpp include directory

2020-11-10 Thread Dennis Klein
> 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