add .envrc with CMAKE_POLICY_VERSION_MINIMUM=3.5 (CMAKE build fix for nio)

This commit is contained in:
coon 2025-11-17 21:57:13 +01:00
parent 6649462843
commit 3f8b123521

1
.envrc Normal file
View file

@ -0,0 +1 @@
export CMAKE_POLICY_VERSION_MINIMUM=3.5