Skip to content

Commit

Permalink
🩹 Drop CMake < 3.5 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Oct 1, 2023
1 parent 4424af2 commit 21faba1
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
Expand Up @@ -2,7 +2,7 @@
#
# All rights reserved. Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)

include(CheckFunctionExists)
include(CheckCXXSourceRuns)
Expand Down

0 comments on commit 21faba1

Please sign in to comment.