diff options
Diffstat (limited to 'modules/FindKonto.cmake')
-rw-r--r-- | modules/FindKonto.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/FindKonto.cmake b/modules/FindKonto.cmake index 0aeccedf..d3c3458b 100644 --- a/modules/FindKonto.cmake +++ b/modules/FindKonto.cmake @@ -5,6 +5,12 @@ # KONTO_LIBRARIES - Link these to use libKonto # +# Copyright (c) 2008, Sebastian Trueg, <sebastian@trueg.de> +# +# Redistribution and use is allowed according to the terms of the BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. + + if(KONTO_INCLUDES AND KONTO_LIBRARIES) # Already in cache, be silent set(Konto_FIND_QUIETLY TRUE) |