1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-28 10:03:52 +03:00

Merge pull request #43 from mateushonorato/patch-1

Change CMAKE_CXX_STANDARD from 11 to 14
This commit is contained in:
Johan Smith Agudelo Rodriguez 2017-01-06 15:59:01 -05:00 committed by GitHub
commit 93f35b8967

View File

@ -1,7 +1,7 @@
project(lattedock)
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 14)
set(VERSION 0.5.89)
set(AUTHOR "Michail Vourlakos, Smith Ar")
set(EMAIL "mvourlakos@gmail.com, audoban@openmailbox.org")