Skip to content
Snippets Groups Projects
Unverified Commit ff77d8e6 authored by Tim Kaune's avatar Tim Kaune
Browse files

Bump required CMake version to 3.25

Also bump JSON Schema version of CMakePresets.json.
parent 2df5cd46
Branches
Tags
No related merge requests found
......@@ -23,12 +23,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
]]
cmake_minimum_required(VERSION 3.23)
cmake_minimum_required(VERSION 3.25)
# If CMake >=3.24 is used, set policies up to v3.24 to NEW
if (NOT ${CMAKE_VERSION} VERSION_LESS 3.24)
cmake_policy(VERSION 3.24)
endif()
# if (NOT ${CMAKE_VERSION} VERSION_LESS 3.24)
# cmake_policy(VERSION 3.24)
# endif()
project(LoadStaticSharedTargets VERSION 1.3.0 LANGUAGES NONE)
......
{
"version": 4,
"version": 6,
"cmakeMinimumRequired": {
"major": 3,
"minor": 23,
"minor": 25,
"patch": 0
},
"configurePresets": [
{
"name": "default",
"displayName": "Default Release Build",
"generator": "Unix Makefiles",
"generator": "Ninja",
"binaryDir": "${sourceDir}/build",
"warnings": {
"dev": false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment