Hi, thanks for sharing this exciting project! 🙏
It has come to my attention that macOS CI started failing because zombie dependency json11 contains line cmake_minimum_required(VERSION 2.8) in their build system. Are there plans to migrate off of json11? Use of CMake's ExternalProject PATCH_COMMAND could be a workaround for an alternative.
Best, Sebastian
Hi, thanks for sharing this exciting project! 🙏
It has come to my attention that macOS CI started failing because zombie dependency json11 contains line
cmake_minimum_required(VERSION 2.8)in their build system. Are there plans to migrate off of json11? Use of CMake'sExternalProjectPATCH_COMMANDcould be a workaround for an alternative.Best, Sebastian