We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I install in ZLIB_COMPAT=ON mode, I get the files:
ZLIB_COMPAT=ON
-- Up-to-date: C:/TechnoTeam/develop/usr/lib/cmake/ZLIB/ZLIB.cmake -- Up-to-date: C:/TechnoTeam/develop/usr/lib/cmake/ZLIB/ZLIB-release.cmake -- Up-to-date: C:/TechnoTeam/develop/usr/lib/cmake/ZLIB/ZLIB-debug.cmake -- Up-to-date: C:/TechnoTeam/develop/usr/lib/cmake/ZLIB/ZLIB-relwithdebinfo.cmake
These files are not found as CMake Config files. It should have been:
-- Up-to-date: C:/TechnoTeam/develop/usr/lib/cmake/ZLIB/ZLIB-config.cmake -- Up-to-date: C:/TechnoTeam/develop/usr/lib/cmake/ZLIB/ZLIB-targets-release.cmake -- Up-to-date: C:/TechnoTeam/develop/usr/lib/cmake/ZLIB/ZLIB-targets-debug.cmake -- Up-to-date: C:/TechnoTeam/develop/usr/lib/cmake/ZLIB/ZLIB-targets-relwithdebinfo.cmake
or
-- Up-to-date: C:/TechnoTeam/develop/usr/lib/cmake/ZLIB/ZLIBConfig.cmake -- Up-to-date: C:/TechnoTeam/develop/usr/lib/cmake/ZLIB/ZLIBTargets-release.cmake -- Up-to-date: C:/TechnoTeam/develop/usr/lib/cmake/ZLIB/ZLIBTargets-debug.cmake -- Up-to-date: C:/TechnoTeam/develop/usr/lib/cmake/ZLIB/ZLIBTargets-relwithdebinfo.cmake
The text was updated successfully, but these errors were encountered:
ZLIB::ZLIB
Neither zlib or zlib-ng contain function configure_package_config_file in CMakeLists.txt which would create ZLIB-config.cmake or ZLIBConfig.cmake.
configure_package_config_file
CMakeLists.txt
ZLIB-config.cmake
ZLIBConfig.cmake
Sorry, something went wrong.
No branches or pull requests
When I install in
ZLIB_COMPAT=ON
mode, I get the files:These files are not found as CMake Config files. It should have been:
or
The text was updated successfully, but these errors were encountered: