Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
rusdevops authored Nov 30, 2017
1 parent 9861869 commit 7c4e1ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# http://www.cmake.org
#

CMAKE_MINIMUM_REQUIRED(VERSION 2.8.6 FATAL_ERROR)
CMAKE_MINIMUM_REQUIRED(VERSION 3.3)

INCLUDE(cmake/Utils.cmake)

Expand Down Expand Up @@ -43,10 +43,10 @@ SET(CMAKE_VERBOSE_MAKEFILE ON)
SET(VMIME_VERSION_MAJOR 0)
SET(VMIME_VERSION_MINOR 9)
SET(VMIME_VERSION_PATCH 2)
set(VMIME_VERSION ${VMIME_VERSION_MAJOR}.${VMIME_VERSION_MINOR}.${VMIME_VERSION_PATCH})
SET(VMIME_VERSION ${VMIME_VERSION_MAJOR}.${VMIME_VERSION_MINOR}.${VMIME_VERSION_PATCH})

# Project
PROJECT(vmime VERSION ${VMIME_VERSION})
PROJECT(VMIME VERSION ${VMIME_VERSION})

# Hunter package
hunter_add_package(OpenSSL)
Expand Down

0 comments on commit 7c4e1ef

Please sign in to comment.