Skip to content

Commit

Permalink
CMakeLists.txt: Request CMake version 3.5 or newer.
Browse files Browse the repository at this point in the history
Recent cmake version started to warn about compatibility with version
older than 3.5.
  • Loading branch information
mity committed Dec 24, 2023
1 parent 3c5eae3 commit 9d25aa6
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,5 +1,5 @@

cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.5)
project(Acutest C CXX)


Expand Down

0 comments on commit 9d25aa6

Please sign in to comment.