Skip to content

Commit 11d22b3

Browse files
authored
Bump min cmake version to 3.10 (from 3.3) (#154)
Current cmake is at least 3.25.1 (or later) in Linux distributions, and some recent ones (e.g. on Ubuntu 24.04) produce warnings when they see a specification of such an ancient min cmake version. This PR silences these warnings.
1 parent b7cfc24 commit 11d22b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (C) Eta Scale AB. Licensed under the Eta Scale Open Source License. See the LICENSE file for details.
22

3-
cmake_minimum_required(VERSION 3.3)
3+
cmake_minimum_required(VERSION 3.10)
44
project(ArgoDSM VERSION 0.1)
55

66

0 commit comments

Comments
 (0)