diff options
author | Thomas Winget <tewinget@gmail.com> | 2015-03-17 18:03:11 -0400 |
---|---|---|
committer | Thomas Winget <tewinget@gmail.com> | 2015-03-17 18:03:11 -0400 |
commit | 11e815761f31b84d96c37cc621c58669ce0c3d1b (patch) | |
tree | 6760c2288ed4502c4ceb4034baf7281a7501e076 /external/CMakeLists.txt | |
parent | Revert "Build fixed, goofed up some CMake" (diff) | |
download | monero-11e815761f31b84d96c37cc621c58669ce0c3d1b.tar.xz |
Revert "Moved db_drivers/ into external/ for consistency"
This reverts commit b21335642e75b35d3b178a754f4cdb2314989cd1.
Diffstat (limited to 'external/CMakeLists.txt')
-rw-r--r-- | external/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 245758d9f..80e574b06 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -97,5 +97,3 @@ 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) |