diff options
author | costan <costan@google.com> | 2018-03-23 13:02:10 -0700 |
---|---|---|
committer | Victor Costan <pwnall@chromium.org> | 2018-03-23 13:53:50 -0700 |
commit | 6fa45666703add49f77652b2eadd874d49aedaf6 (patch) | |
tree | c2a469eb9ebabfc8cbb03b3a9d66c9584b931780 /cmake | |
parent | 0db30413a4cfa8c980e675ba5cb96717d688af92 (diff) | |
download | leveldb-6fa45666703add49f77652b2eadd874d49aedaf6.tar.gz |
Rename CMake project / targets from Leveldb to leveldb.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=190262375
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/LeveldbConfig.cmake | 1 | ||||
-rw-r--r-- | cmake/leveldbConfig.cmake | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cmake/LeveldbConfig.cmake b/cmake/LeveldbConfig.cmake deleted file mode 100644 index 8f3e78b..0000000 --- a/cmake/LeveldbConfig.cmake +++ /dev/null @@ -1 +0,0 @@ -include("${CMAKE_CURRENT_LIST_DIR}/LeveldbTargets.cmake") diff --git a/cmake/leveldbConfig.cmake b/cmake/leveldbConfig.cmake new file mode 100644 index 0000000..eea6e5c --- /dev/null +++ b/cmake/leveldbConfig.cmake @@ -0,0 +1 @@ +include("${CMAKE_CURRENT_LIST_DIR}/leveldbTargets.cmake") |