Skip to content

Commit

Permalink
chore: lower cmake min required version to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
strk committed May 15, 2020
1 parent 5146a4e commit 9a9ba63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if (WIN32)
cmake_minimum_required (VERSION 3.15)
cmake_minimum_required (VERSION 3.10)
else()
cmake_minimum_required(VERSION 3.13.4)
cmake_minimum_required(VERSION 3.10)
endif()
project (abNinjam VERSION 0.0.2)
set (PROJECT_DESCRIPTION "NINJAM client")
Expand Down

0 comments on commit 9a9ba63

Please sign in to comment.