Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Commit

Permalink
Lowered required CMake to 3.4.1 for Android Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
mknejp committed Jul 15, 2016
1 parent a4bca83 commit 4717287
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,4 +1,4 @@
cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.4.1)

project(Djinni)

Expand Down

0 comments on commit 4717287

Please sign in to comment.