pkg-config does not include required components from dependencies #450
Labels
Breaking change
Breaks API, ABI or behavior. Must target unstable version.
bug
Something isn't working
Environment
Description
Steps to reproduce
gz_find_package(gz-utils3 REQUIRED COMPONENTS log)
Right before
gz_configure_build
ingz-cmake/examples/core_nodep/CMakeLists.txt
Line 7 in 3b33067
3. Assuming you have
gz-utils3-log
installed, build project and read the contents ofcmake/pkgconfig/gz-core_no_deps.pc
in thebuild
directory. You should seeIn the
Requires
clause, there isgz-utils3
, but notgz-utils3-log
.The text was updated successfully, but these errors were encountered: