CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /home/conan/w/cci_PR-4394/11/b36a9530-d30f-4bf6-b8a2-283b684080d2/recipes/minizip-ng/all/test_package/test_package.c: In function ‘main’: /home/conan/w/cci_PR-4394/11/b36a9530-d30f-4bf6-b8a2-283b684080d2/recipes/minizip-ng/all/test_package/test_package.c:7:19: warning: implicit declaration of function ‘mz_path_resolve’ [-Wimplicit-function-declaration] 7 | int32_t err = mz_path_resolve("c:\\test\\.", output, sizeof(output)); | ^~~~~~~~~~~~~~~