Update CMakePresets.json

Updated requested cmake version, I used the same version present in cmakelist.txt
This commit is contained in:
mosfet80
2023-12-20 20:05:39 +01:00
committed by Adrián Insaurralde Avalos
parent f952391cce
commit 67508fdc9b

View File

@@ -2,8 +2,8 @@
"version": 3,
"cmakeMinimumRequired": {
"major": 3,
"minor": 14,
"patch": 0
"minor": 16,
"patch": 3
},
"configurePresets": [
{
@@ -284,4 +284,4 @@
]
}
]
}
}