drop the setting of c++0x
Summary: this is already done by KDEFrameworkCompilerSettings so it's just duplicated now Test Plan: still builds and runs Reviewers: #plasma, kossebau Reviewed By: kossebau Subscribers: kossebau, plasma-devel, #frameworks Tags: #plasma, #frameworks Differential Revision: https://phabricator.kde.org/D10748
This commit is contained in:
parent
bf4facd8c1
commit
11086bb791
@ -39,13 +39,6 @@ if(KDE_PLATFORM_FEATURE_DISABLE_DEPRECATED)
|
||||
set(CMAKE_AUTOMOC_MOC_OPTIONS "-DKDE_NO_DEPRECATED")
|
||||
endif()
|
||||
|
||||
################# Enable C++0x (still too early for -std=c++11) features for clang and gcc #################
|
||||
|
||||
if(UNIX)
|
||||
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=c++0x")
|
||||
add_definitions("-Wall -std=c++0x")
|
||||
endif()
|
||||
|
||||
################# now find all used packages #################
|
||||
|
||||
set (REQUIRED_QT_VERSION 5.7.0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user