Browse Source

cmake/modules: Fix FindBerkeleyDB to search for C devel header

Xenofon Karamanos 8 months ago
parent
commit
520299931c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmake/modules/FindBerkeleyDB.cmake

+ 1 - 1
cmake/modules/FindBerkeleyDB.cmake

@@ -45,7 +45,7 @@ endif()
 
 find_path(
   BerkeleyDB_INCLUDE_DIR
-  NAMES db_cxx.h
+  NAMES db.h
   HINTS ${_BerkeleyDB_homebrew_prefix}/include
   PATH_SUFFIXES
     4.8