Skip to content

Commit

Permalink
change CMake minimum version to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
acavelan committed Apr 23, 2024
1 parent 17387f1 commit 849eb7a
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 @@
# Copyright © 2005-2013 Swiss Tropical Institute and Liverpool School Of Tropical Medicine
# Licence: GNU General Public Licence version 2 or later (see COPYING)

cmake_minimum_required (VERSION 3.0)
cmake_minimum_required (VERSION 3.5)

project (OpenMalaria CXX)

Expand Down

0 comments on commit 849eb7a

Please sign in to comment.