mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-11 07:29:38 -05:00
Enable C++14 support
GCC with C++14 support is already shipped in all supported distributions
This commit is contained in:
parent
5610cc8600
commit
a509098a79
@ -19,7 +19,7 @@
|
||||
# SPDX-FileCopyrightText: Retroshare Team <contact@retroshare.cc>
|
||||
# SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
|
||||
CONFIG += c++11
|
||||
CONFIG += c++14
|
||||
|
||||
!include("retroshare.pri"): error("Could not include file retroshare.pri")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user