aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/FindBerkeleyDB.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindBerkeleyDB.cmake b/modules/FindBerkeleyDB.cmake
index 68e4fb63..18d475bd 100644
--- a/modules/FindBerkeleyDB.cmake
+++ b/modules/FindBerkeleyDB.cmake
@@ -19,7 +19,7 @@ FIND_PATH(BERKELEY_DB_INCLUDE_DIR db.h
FIND_LIBRARY(BERKELEY_DB_LIBRARIES NAMES db )
include(FindPackageHandleStandardArgs)
-find_package_handle_standard_args(Berkeley "Could not find Berkeley DB >= 4.1" BERKELEY_DB_INCLUDE_DIR BERKELEY_DB_LIBRARIE
+find_package_handle_standard_args(Berkeley "Could not find Berkeley DB >= 4.1" BERKELEY_DB_INCLUDE_DIR BERKELEY_DB_LIBRARIES)
# show the BERKELEY_DB_INCLUDE_DIR and BERKELEY_DB_LIBRARIES variables only in the advanced view
MARK_AS_ADVANCED(BERKELEY_DB_INCLUDE_DIR BERKELEY_DB_LIBRARIES )