Skip to content

Commit

Permalink
Merge pull request #338 from mikkoi/raise-cmake-required-to-313
Browse files Browse the repository at this point in the history
Update CMake required from 3.9 to 3.13
  • Loading branch information
brarcher committed Oct 21, 2021
2 parents 9ae888a + 8477ac1 commit a040522
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 @@ -20,7 +20,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)

include(CheckCCompilerFlag)

Expand Down

0 comments on commit a040522

Please sign in to comment.