Describe the bug
VCPKG upgraded it's ninja version to 1.12.1 in f576077 / #41980 .
FreeBSD had ninja-1.12.1 in it's third party package repository, but reverted it to 1.11.0 (freebsd/freebsd-ports@1e1a1e9), as issues with ccache were discovered when using ninja-1.12.1.
vcpkg does not deploy ninja on FreeBSD, and does not accept the version found on the system, either.
Environment
- OS: FreeBSD 14.3-RELEASE
- Compiler: FreeBSD clang version 19.1.7
To Reproduce
Steps to reproduce the behavior:
- ./vcpkg install --debug zlib
- See error
Any port name can be used, as it's the vcpkg toolchain emiting the error rather then a port
Expected behavior
Either vcpkg uses the system ninja, or it deploys an own one.
Failure logs
Additional context
Describe the bug
VCPKG upgraded it's ninja version to 1.12.1 in f576077 / #41980 .
FreeBSD had ninja-1.12.1 in it's third party package repository, but reverted it to 1.11.0 (freebsd/freebsd-ports@1e1a1e9), as issues with ccache were discovered when using ninja-1.12.1.
vcpkg does not deploy ninja on FreeBSD, and does not accept the version found on the system, either.
Environment
To Reproduce
Steps to reproduce the behavior:
Any port name can be used, as it's the vcpkg toolchain emiting the error rather then a port
Expected behavior
Either vcpkg uses the system ninja, or it deploys an own one.
Failure logs
Additional context