Skip to content

Commit

Permalink
[RocksDB] Remove non-existent CMAKE_MODULE_PATH entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtl1979 committed May 27, 2022
1 parent 24d312c commit 056929a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions external/rocksdb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ if(POLICY CMP0042)
cmake_policy(SET CMP0042 NEW)
endif()

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake/modules/")

option(WITH_JEMALLOC "build with JeMalloc" OFF)
option(WITH_SNAPPY "build with SNAPPY" OFF)
option(WITH_LZ4 "build with lz4" OFF)
Expand Down

0 comments on commit 056929a

Please sign in to comment.