diff options
Diffstat (limited to 'modules/MacroOptionalFindPackage.cmake')
-rw-r--r-- | modules/MacroOptionalFindPackage.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/MacroOptionalFindPackage.cmake b/modules/MacroOptionalFindPackage.cmake index 70681312..816cdb7e 100644 --- a/modules/MacroOptionalFindPackage.cmake +++ b/modules/MacroOptionalFindPackage.cmake @@ -7,6 +7,12 @@ # The standard <name>_FOUND variables can be used in the same way # as when using the normal FIND_PACKAGE() +# 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_OPTIONAL_FIND_PACKAGE _name ) OPTION(WITH_${_name} "Search for ${_name} package" ON) if (WITH_${_name}) |