summaryrefslogtreecommitdiffstats
path: root/source/kde/cmake/kde-runtime
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/cmake/kde-runtime')
-rw-r--r--source/kde/cmake/kde-runtime4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/kde/cmake/kde-runtime b/source/kde/cmake/kde-runtime
index 42ece9766..3d11c5ef1 100644
--- a/source/kde/cmake/kde-runtime
+++ b/source/kde/cmake/kde-runtime
@@ -5,8 +5,8 @@ cd build
-DKDE_PLATFORM_FEATURE_DISABLE_DEPRECATED=TRUE \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_C_FLAGS_RELEASE:STRING="$SLKCFLAGS" \
- -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
- -DCMAKE_CXX_FLAGS_RELEASE:STRING="$SLKCFLAGS" \
+ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS -std=c++11" \
+ -DCMAKE_CXX_FLAGS_RELEASE:STRING="$SLKCFLAGS -std=c++11" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DMAN_INSTALL_DIR=/usr/man \