# Install script for directory: /Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") # Set the install configuration name. if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) if(BUILD_TYPE) string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") else() set(CMAKE_INSTALL_CONFIG_NAME "") endif() message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") endif() # Set the component getting installed. if(NOT CMAKE_INSTALL_COMPONENT) if(COMPONENT) message(STATUS "Install component: \"${COMPONENT}\"") set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") else() set(CMAKE_INSTALL_COMPONENT) endif() endif() # Is this installation the result of a crosscompile? if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "FALSE") endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES "/usr/local/lib/libminizip.a") if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") endif() if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") endif() file(INSTALL DESTINATION "/usr/local/lib" TYPE STATIC_LIBRARY FILES "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/build/libminizip.a") if(EXISTS "$ENV{DESTDIR}/usr/local/lib/libminizip.a" AND NOT IS_SYMLINK "$ENV{DESTDIR}/usr/local/lib/libminizip.a") execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}/usr/local/lib/libminizip.a") endif() endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES "/usr/local/lib/libz.a") if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") endif() if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") endif() file(INSTALL DESTINATION "/usr/local/lib" TYPE STATIC_LIBRARY FILES "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/build/lib/zlib/libz.a") if(EXISTS "$ENV{DESTDIR}/usr/local/lib/libz.a" AND NOT IS_SYMLINK "$ENV{DESTDIR}/usr/local/lib/libz.a") execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}/usr/local/lib/libz.a") endif() endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) if(EXISTS "$ENV{DESTDIR}/usr/local/lib/cmake/minizip/minizip.cmake") file(DIFFERENT EXPORT_FILE_CHANGED FILES "$ENV{DESTDIR}/usr/local/lib/cmake/minizip/minizip.cmake" "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/build/CMakeFiles/Export/_usr/local/lib/cmake/minizip/minizip.cmake") if(EXPORT_FILE_CHANGED) file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}/usr/local/lib/cmake/minizip/minizip-*.cmake") if(OLD_CONFIG_FILES) message(STATUS "Old export file \"$ENV{DESTDIR}/usr/local/lib/cmake/minizip/minizip.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].") file(REMOVE ${OLD_CONFIG_FILES}) endif() endif() endif() list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES "/usr/local/lib/cmake/minizip/minizip.cmake") if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") endif() if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") endif() file(INSTALL DESTINATION "/usr/local/lib/cmake/minizip" TYPE FILE FILES "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/build/CMakeFiles/Export/_usr/local/lib/cmake/minizip/minizip.cmake") if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$") list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES "/usr/local/lib/cmake/minizip/minizip-noconfig.cmake") if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") endif() if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") endif() file(INSTALL DESTINATION "/usr/local/lib/cmake/minizip" TYPE FILE FILES "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/build/CMakeFiles/Export/_usr/local/lib/cmake/minizip/minizip-noconfig.cmake") endif() endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES "/usr/local/include/mz.h;/usr/local/include/mz_os.h;/usr/local/include/mz_crypt.h;/usr/local/include/mz_strm.h;/usr/local/include/mz_strm_buf.h;/usr/local/include/mz_strm_mem.h;/usr/local/include/mz_strm_split.h;/usr/local/include/mz_strm_os.h;/usr/local/include/mz_zip.h;/usr/local/include/mz_zip_rw.h;/usr/local/include/mz_compat.h;/usr/local/include/zip.h;/usr/local/include/unzip.h;/usr/local/include/mz_strm_pkcrypt.h;/usr/local/include/mz_strm_wzaes.h;/usr/local/include/mz_strm_zlib.h;/usr/local/include/mz_strm_bzip.h;/usr/local/include/mz_strm_lzma.h") if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") endif() if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") endif() file(INSTALL DESTINATION "/usr/local/include" TYPE FILE FILES "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/mz.h" "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/mz_os.h" "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/mz_crypt.h" "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/mz_strm.h" "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/mz_strm_buf.h" "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/mz_strm_mem.h" "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/mz_strm_split.h" "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/mz_strm_os.h" "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/mz_zip.h" "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/mz_zip_rw.h" "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/mz_compat.h" "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/zip.h" "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/unzip.h" "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/mz_strm_pkcrypt.h" "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/mz_strm_wzaes.h" "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/mz_strm_zlib.h" "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/mz_strm_bzip.h" "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/mz_strm_lzma.h" ) endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES "/usr/local/lib/pkgconfig/minizip.pc") if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") endif() if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") endif() file(INSTALL DESTINATION "/usr/local/lib/pkgconfig" TYPE FILE FILES "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/build/minizip.pc") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for each subdirectory. include("/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/build/lib/zlib/cmake_install.cmake") endif() if(CMAKE_INSTALL_COMPONENT) set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") else() set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") file(WRITE "/Users/jiyongdong/Documents/ata/joytest/joydemo/minizip-sys/minizip/build/${CMAKE_INSTALL_MANIFEST}" "${CMAKE_INSTALL_MANIFEST_CONTENT}")