CMake: Add CMAKE_POLICY_VERSION_MINIMUM=3.5 to CMakePresets.json

This commit is contained in:
Jacob Oursland
2025-04-08 13:24:58 -07:00
parent 561c1386ee
commit be34ec2009

View File

@@ -13,6 +13,10 @@
"CMAKE_EXPORT_COMPILE_COMMANDS": {
"type": "BOOL",
"value": "ON"
},
"CMAKE_POLICY_VERSION_MINIMUM": {
"type": "STRING",
"value": "3.5"
}
}
},