Skip to content

Commit 4e9eeea

Browse files
committedJun 10, 2024·
Update minimum required CMake version
This is to avoid a compatibility warning by newer versions of CMake.
1 parent 8c0c382 commit 4e9eeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Clip Library
22
# Copyright (c) 2015-2024 David Capello
33

4-
cmake_minimum_required(VERSION 3.1.2)
4+
cmake_minimum_required(VERSION 3.5)
55

66
project(clip LANGUAGES CXX)
77

0 commit comments

Comments
 (0)