aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/FindLevelDB.cmake
Commit message (Collapse)AuthorAge
* Add leveldb to the Firestore cmake build (#559)Gravatar Gil2017-12-12
* Use Debug as the default build type if unspecified * Add a leveldb ExternalProject, FindLevelDB module, and use it in Firestore * Accept an externally built leveldb via LEVELDB_ROOT * Clone leveldb via https: instead of git: * Remove extra DOWNLOAD_DIR which doesn't work with GIT sources