From this discussion on Discord: https://discord.com/channels/773320866993012746/954385320336556042/958776874895556698
A user encountered the error:
CMake Error at build/_deps/_project_options-src/src/PackageProject.cmake:4 (cmake_policy):
Policy "CMP0103" is not known to this version of CMake.
That policy was added in CMake 3.18, but this project's main CMakeLists.txt uses cmake_minimum_required(VERSION 3.16).