Skip to content

Commit c81ad7c

Browse files
committed
cmake: limit to version >=3.22
probably the high limit will cause a CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS-NOTFOUND error when using newer cmake versions
1 parent cda0110 commit c81ad7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) 2022-2026 Inria
22

3-
cmake_minimum_required(VERSION 3.22...4.2)
3+
cmake_minimum_required(VERSION 3.22)
44

55
project(
66
proxsuite

0 commit comments

Comments
 (0)