diff options
Diffstat (limited to 'modules/CheckCXXCompilerFlag.cmake')
-rw-r--r-- | modules/CheckCXXCompilerFlag.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/CheckCXXCompilerFlag.cmake b/modules/CheckCXXCompilerFlag.cmake index 74af207b..686533de 100644 --- a/modules/CheckCXXCompilerFlag.cmake +++ b/modules/CheckCXXCompilerFlag.cmake @@ -4,6 +4,11 @@ # FLAG - the compiler flag # VARIABLE - variable to store the result # +# 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) |