file(READ"${CMAKE_CURRENT_LIST_DIR}/usage"usage)message(AUTHOR_WARNING"find_package(kubazip) is deprecated.\n${usage}")include(CMakeFindDependencyMacro)find_dependency(zipCONFIG)if(NOTTARGETkubazip::kubazip)add_library(kubazip::kubazipALIASzip::zip)endif()