Skip to content

Commit

Permalink
cmake: Set minimum version first and bump it to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert authored and jlaine committed May 13, 2019
1 parent 8e48288 commit e6eb0b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cmake_minimum_required(VERSION 3.3)
project(qxmpp)

cmake_minimum_required(VERSION 3.2)

set(VERSION_MAJOR 1)
set(VERSION_MINOR 0)
set(VERSION_PATCH 1)
Expand Down

0 comments on commit e6eb0b7

Please sign in to comment.