Hello,
While attempting to use minizip-ng with xlsxio, it came to my attention that the find_dependency calls in its config file means that find_package(minizip-ng) is broken unless each of these dependencies are satisfied.
It seems this shouldn't be necessary, especially since none of the minizip-ng*.cmake files reference targets provided by these dependencies?
This came from commit bd787ca in 2021 ("fix: cmake find_package not working if lib is install in custom location").
I don't see how adding dependencies can help with minizip-ng being installed in a custom location.
Hello,
While attempting to use minizip-ng with xlsxio, it came to my attention that the find_dependency calls in its config file means that
find_package(minizip-ng)is broken unless each of these dependencies are satisfied.It seems this shouldn't be necessary, especially since none of the minizip-ng*.cmake files reference targets provided by these dependencies?
This came from commit bd787ca in 2021 ("fix: cmake find_package not working if lib is install in custom location").
I don't see how adding dependencies can help with minizip-ng being installed in a custom location.