Move db_drivers/ to external/

Also change LMDB Cmake variables to CACHE rather than upgrading them
through several parent scopes.
This commit is contained in:
Thomas Winget
2015-03-17 18:55:24 -04:00
parent 56a1bf527b
commit 6e9e8ab620
59 changed files with 4 additions and 5 deletions

View File

@@ -97,3 +97,5 @@ else()
die("Found libunbound includes, but could not find libunbound library. Please make sure you have installed libunbound or libunbound-dev or the equivalent")
endif()
endif()
add_subdirectory(db_drivers)