Skip to content

Commit

Permalink
Update minimum required CMake version
Browse files Browse the repository at this point in the history
This is to avoid a compatibility warning by newer versions of CMake.
  • Loading branch information
dacap committed Jun 10, 2024
1 parent 8c0c382 commit 4e9eeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Clip Library
# Copyright (c) 2015-2024 David Capello

cmake_minimum_required(VERSION 3.1.2)
cmake_minimum_required(VERSION 3.5)

project(clip LANGUAGES CXX)

Expand Down

0 comments on commit 4e9eeea

Please sign in to comment.