/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/zlib/zlibConfig.cmake.in
18 строк
741 B
Node.js GitHub Bot
deps: update zlib to 1.3.2.1-motley-3246f1b
09 июн 2026, 05:06
Не верифицирован
09 июн 2026, 05:06
d27ab8c
Код
Авторство
О чём код?
@PACKAGE_INIT@ set(_ZLIB_supported_components "shared" "static") if(ZLIB_FIND_COMPONENTS) foreach(_comp ${ZLIB_FIND_COMPONENTS}) if(NOT _comp IN_LIST _ZLIB_supported_components) set(ZLIB_FOUND False) set(ZLIB_NOT_FOUND_MESSAGE "Unsupported component: ${_comp}") endif(NOT _comp IN_LIST _ZLIB_supported_components) include("${CMAKE_CURRENT_LIST_DIR}/ZLIB-${_comp}.cmake") endforeach(_comp ${ZLIB_FIND_COMPONENTS}) else(ZLIB_FIND_COMPONENTS) foreach(_component_config IN LISTS _ZLIB_supported_components) include("${CMAKE_CURRENT_LIST_DIR}/ZLIB-${_component_config}.cmake") endforeach(_component_config IN LISTS _ZLIB_supported_components) endif(ZLIB_FIND_COMPONENTS)