4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-06 15:59:34 +00:00

increased minimum cmake version

INCLUDE DESTINATION in install command was introduced only in CMake 2.8.12
This commit is contained in:
Ivan Romanov 2014-11-14 14:32:16 +05:00
parent 593de6855a
commit 25860ff244

@ -8,7 +8,7 @@ endif(NOT CMAKE_INSTALL_PREFIX)
project(qca)
cmake_minimum_required(VERSION 2.6.0)
cmake_minimum_required(VERSION 2.8.12)
set(QCA_LIB_MAJOR_VERSION "2")
set(QCA_LIB_MINOR_VERSION "1")