#61044 closed defect (fixed)
magicspp @4.4.1: Could not find a package configuration file provided by "zlib"
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | tenomoto (Takeshi Enomoto) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.3 |
Keywords: | Cc: | ||
Port: | magicspp |
Description
magicspp does not want to build on any OS version:
CMake Error at CMakeLists.txt:194 (find_package): By not providing "Findzlib.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "zlib", but CMake did not find one. Could not find a package configuration file provided by "zlib" with any of the following names: zlibConfig.cmake zlib-config.cmake Add the installation prefix of "zlib" to CMAKE_PREFIX_PATH or set "zlib_DIR" to a directory containing one of the above files. If "zlib" provides a separate development package or SDK, be sure it has been installed. -- Configuring incomplete, errors occurred!
Change History (3)
comment:1 Changed 4 years ago by tenomoto (Takeshi Enomoto)
comment:2 Changed 4 years ago by tenomoto (Takeshi Enomoto)
comment:3 Changed 4 years ago by tenomoto (Takeshi Enomoto)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I cannot reproduce the error. I'd expect cmake to find FindZLIB.cmake that lives in ${prefix}/local/share/cmake-3.18/Modules, althoug the path is not supplied by CMAKE_MODULE_PATH. I replace PortGroup cmake 1.0 with 1.1 to see what happens.