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:
commit
93f35b8967
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user