diff options
Diffstat (limited to 'modules/MacroBoolTo01.cmake')
-rw-r--r-- | modules/MacroBoolTo01.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/MacroBoolTo01.cmake b/modules/MacroBoolTo01.cmake index 7580cce3..63b98526 100644 --- a/modules/MacroBoolTo01.cmake +++ b/modules/MacroBoolTo01.cmake @@ -3,6 +3,12 @@ # and sets all the given vaiables either to 0 or 1 # depending on the value of the first one +# 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. + + MACRO(MACRO_BOOL_TO_01 FOUND_VAR ) FOREACH (_current_VAR ${ARGN}) IF(${FOUND_VAR}) |