Closed lemvik closed 11 months ago
For now I've patched the CMakeLists.txt
locally with
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-deprecated-declarations")
I've fixed this in a downstream project and will back port to this project. see comments here https://gist.github.com/kevinkreiser/39f2e39273c625d96790?permalink_comment_id=4752985#gistcomment-4752985
should be fixed
When running the
cmake --build build
one gets:clang version output (x86_64 here because I built prime_server under rosetta):
Apparently this deprecation appeared in the toolchain of XCode 14 (some thread in Apple support)