With #2057 we introduced CMake files generated from meson, so that systems without pkg-config (e.g. windows) can still easily discover Rizin libs. They are also useful for cmake projects such as rz-ghidra or cutter, which nowadays provide their own "FindRizin.cmake" files.
However, due to mesonbuild/meson#9702 we had to introduce a workaround in 393ed4e . See files librz/RzModulesConfig.cmake.in and PACKAGE_RELATIVE_PATH in the librz/<lib>/meson.build files.
This issue is to remind ourselves to remove this workaround once meson will make a release with a fix for the above issue.
With #2057 we introduced CMake files generated from meson, so that systems without pkg-config (e.g. windows) can still easily discover Rizin libs. They are also useful for cmake projects such as rz-ghidra or cutter, which nowadays provide their own "FindRizin.cmake" files.
However, due to mesonbuild/meson#9702 we had to introduce a workaround in 393ed4e . See files librz/RzModulesConfig.cmake.in and PACKAGE_RELATIVE_PATH in the
librz/<lib>/meson.buildfiles.This issue is to remind ourselves to remove this workaround once meson will make a release with a fix for the above issue.