diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/FindKipi.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/FindKipi.cmake b/modules/FindKipi.cmake index de0d046b..ccb699f1 100644 --- a/modules/FindKipi.cmake +++ b/modules/FindKipi.cmake @@ -7,6 +7,11 @@ # KIPI_DEFINITIONS - Compiler switches required for using libkipi # +# Copyright (c) 2008, Gilles Caulier, <caulier.gilles@gmail.com> +# +# Redistribution and use is allowed according to the terms of the BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. + if (KIPI_INCLUDE_DIR AND KIPI_LIBRARIES) message(STATUS "Found Kipi library in cache: ${KIPI_LIBRARIES}") |