aboutsummaryrefslogtreecommitdiff
path: root/modules/CheckStructMember.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CheckStructMember.cmake')
-rw-r--r--modules/CheckStructMember.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/CheckStructMember.cmake b/modules/CheckStructMember.cmake
index fd5d3461..739e8cee 100644
--- a/modules/CheckStructMember.cmake
+++ b/modules/CheckStructMember.cmake
@@ -12,6 +12,12 @@
# CMAKE_REQUIRED_FLAGS = string of compile command line flags
# CMAKE_REQUIRED_DEFINITIONS = list of macros to define (-DFOO=bar)
# CMAKE_REQUIRED_INCLUDES = list of include directories
+#
+# Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org>
+#
+# Redistribution and use is allowed according to the terms of the BSD license.
+# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
+
INCLUDE(CheckCXXSourceCompiles)