autoantwort
autoantwort
@longnguyen2004 when I understand the last comments on the other pr correctly this pr has less problems than the other pr right?
> Yes that's correct, but this PR is also changing a lot of other things that I don't fully understand, so I say we should explore other approaches first, like...
Seems like @LiteratimBi does not respond anymore
FYI I get the same error on macos (And the PR also fixes the osx build)
I guess if you want to run an old version use https://github.com/juliushaertl/nextcloud-docker-dev?tab=readme-ov-file#standalone-containers (at the end of section)
Or https://juliushaertl.github.io/nextcloud-docker-dev/basics/stable-versions/
Hm I use `--x-abi-tools-use-exact-versions` and the first line of the log is `"/Users/leanderSchulten/git_projekte/vcpkg/downloads/tools/cmake-3.27.1-osx/cmake-3.27.1-macos-universal/CMake.app/Contents/bin/cmake"` and my local cmake version is `3.28.2`
I think it is added here: https://github.com/microsoft/vcpkg/blob/fecdd89f28ed883b26a48c2b30085f6384070bb8/ports/freetype/vcpkg-cmake-wrapper.cmake#L65-L67
Git bisect says this is broken since #35365
Is `find_package` here ok or is `find_dependency` better? https://github.com/microsoft/vcpkg/blob/fecdd89f28ed883b26a48c2b30085f6384070bb8/ports/freetype/vcpkg-cmake-wrapper.cmake#L39-L47