diff options
Diffstat (limited to 'modules/FindBerkeleyDB.cmake')
-rw-r--r-- | modules/FindBerkeleyDB.cmake | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/FindBerkeleyDB.cmake b/modules/FindBerkeleyDB.cmake index 640e6cf3..2a8ba293 100644 --- a/modules/FindBerkeleyDB.cmake +++ b/modules/FindBerkeleyDB.cmake @@ -6,7 +6,10 @@ # BERKELEY_DB_LIBRARIES - Link these to use Berkeley DB # BERKELEY_DB_DEFINITIONS - Compiler switches required for using Berkeley DB # - +# Copyright (c) 2006, Alexander Dymo, <adymo@kdevelop.org> +# +# Redistribution and use is allowed according to the terms of the BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. FIND_PATH(BERKELEY_DB_INCLUDE_DIR db.h /usr/include/ |