Skip to content

Commit 5db25cd

Browse files
authored
CMakeInstall.txt: Require at least CMake 3.10 (#139)
CMake will soon drop compatibility with versions < 3.10 Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
1 parent 1b43fd7 commit 5db25cd

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,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5)
1+
cmake_minimum_required(VERSION 3.10)
22

33
project(airsaned)
44

0 commit comments

Comments
 (0)