diff options
Diffstat (limited to 'modules/FindPCRE.cmake')
-rw-r--r-- | modules/FindPCRE.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/FindPCRE.cmake b/modules/FindPCRE.cmake index 16116867..27ea971d 100644 --- a/modules/FindPCRE.cmake +++ b/modules/FindPCRE.cmake @@ -4,6 +4,12 @@ # PCRE_FOUND - system has the PCRE library # PCRE_INCLUDE_DIR - the PCRE include directory # PCRE_LIBRARIES - The libraries needed to use PCRE +# +# 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. + if (PCRE_INCLUDE_DIR AND PCRE_LIBRARIES) # Already in cache, be silent |