diff options
author | Thomas Winget <tewinget@gmail.com> | 2015-03-17 18:01:07 -0400 |
---|---|---|
committer | Thomas Winget <tewinget@gmail.com> | 2015-03-17 18:01:25 -0400 |
commit | daf2a8f6cb9e76535af354f97fbb803d35e8c786 (patch) | |
tree | de3223a6454e68c2612a889f0022f62314228782 /external/CMakeLists.txt | |
parent | BlockchainDB implementations have names now (diff) | |
download | monero-daf2a8f6cb9e76535af354f97fbb803d35e8c786.tar.xz |
Revert "Build fixed, goofed up some CMake"
This reverts commit 8b82f3c57ffdc4dc190f4755c61d74d8359c8c0f.
Diffstat (limited to '')
-rw-r--r-- | external/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index f0d363e35..245758d9f 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -99,7 +99,3 @@ else() endif() add_subdirectory(db_drivers) -set(LMDB_STATIC ${LMDB_STATIC} PARENT_SCOPE) -set(LMDB_INCLUDE ${LMDB_INCLUDE} PARENT_SCOPE) -set(LMDB_LIBRARY ${LMDB_LIBRARY} PARENT_SCOPE) -set(LMDB_LIBRARY_DIRS ${LMDB_LIBRARY_DIRS} PARENT_SCOPE) |