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 3fd1c9dd1c
commit 3b3604187e

View File

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