summaryrefslogtreecommitdiffstats
path: root/cmake/QtFeatureCommon.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/QtFeatureCommon.cmake')
-rw-r--r--cmake/QtFeatureCommon.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/QtFeatureCommon.cmake b/cmake/QtFeatureCommon.cmake
index 5dfbeed2d5..9b49d4fcac 100644
--- a/cmake/QtFeatureCommon.cmake
+++ b/cmake/QtFeatureCommon.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
function(qt_feature_normalize_name name out_var)
# Normalize the feature name to something CMake can deal with.
if(name MATCHES "c\\+\\+")