summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input/xkbcommon
diff options
context:
space:
mode:
Diffstat (limited to 'src/platformsupport/input/xkbcommon')
-rw-r--r--src/platformsupport/input/xkbcommon/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platformsupport/input/xkbcommon/CMakeLists.txt b/src/platformsupport/input/xkbcommon/CMakeLists.txt
index 2797966fc4..5f4eca9fc8 100644
--- a/src/platformsupport/input/xkbcommon/CMakeLists.txt
+++ b/src/platformsupport/input/xkbcommon/CMakeLists.txt
@@ -31,5 +31,5 @@ add_qt_module(XkbCommonSupport
extend_target(XkbCommonSupport CONDITION CLANG AND NOT ICC
COMPILE_OPTIONS
- "-ftemplate-depth=1024"
+ -ftemplate-depth=1024
)