Optional chaining #6973
Open
Optional chaining #6973
Cirrus CI / CMake ARM64.macOS.Release (noJit)
failed
Apr 16, 2025 in 54s
Task Summary
Instruction CMake failed in 00:01
Details
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks
✅ 00:45 clone
✅ 00:03 Dependencies
❌ 00:01 CMake
cd build && cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DSTATIC_LIBRARY=ON -DICU_INCLUDE_PATH=/opt/homebrew/opt/icu4c/include -DDISABLE_JIT=ON -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang ..
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
-- Configuring incomplete, errors occurred!
Loading