You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, libcxxwrap-julia installs CMake package configuration targets (JlCxx::cxxwrap_julia) but does not generate a pkg-config file. Many downstream build systems that are not CMake‐based (Autotools, Meson, plain Makefiles, vcpkg, Spack) discover libraries through pkg-config. The absence of a .pc file forces them to write fragile, hard-coded fall-backs.