Skip to content

[spatial-hash] add new port #45633

[spatial-hash] add new port

[spatial-hash] add new port #45633

Re-run triggered November 18, 2024 03:01
Status Success
Total duration 24s
Artifacts

untrustedPR.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
Check
You have modified or added at least one portfile where deprecated functions are used. These functions have been forbidden in vcpkg, please migrating them to the new functions. In the ports that use the new function vcpkg_cmake_configure, vcpkg_cmake_install, vcpkg_cmake_build or vcpkg_cmake_config_fixup, you have to add the corresponding dependencies: ```json { "name": "vcpkg-cmake", "host": true }, { "name": "vcpkg-cmake-config", "host": true } ```
Check: ports/spatial-hash/portfile.cmake#L13
The function vcpkg_configure_cmake is deprecated. Please use vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
Check: ports/spatial-hash/portfile.cmake#L18
The function vcpkg_install_cmake is deprecated. Please use vcpkg_cmake_install (from port vcpkg-cmake)