Skip to content

Commit

Permalink
Always try to find rocksdb.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbeverage committed Oct 20, 2023
1 parent 299cdbf commit 56f9082
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ option(OSGEARTH_BUILD_CESIUM_NODEKIT "Build the Cesium nodekit (osgEarthCesium)"
option(OSGEARTH_BUILD_TRITON_NODEKIT "Build support for SunDog Triton SDK" OFF)
option(OSGEARTH_BUILD_SILVERLINING_NODEKIT "Build support for SunDog SilverLining SDK" OFF)
option(OSGEARTH_BUILD_LEVELDB_CACHE "Build the LevelDB cache plugin" OFF)
option(OSGEARTH_BUILD_ROCKSDB_CACHE "Build the RocksDB cache plugin" OFF)
option(OSGEARTH_BUILD_ZIP_PLUGIN "Build osgEarth's zip plugin based on libzip" ON)
option(OSGEARTH_BUILD_DOCS "Include the documentation folder" ON)
option(OSGEARTH_ENABLE_PROFILING "Enable profiling with Tracy" OFF)
Expand Down
4 changes: 1 addition & 3 deletions src/osgEarthDrivers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ if(OSGEARTH_BUILD_LEVELDB_CACHE)
add_subdirectory(cache_leveldb)
endif()

if(OSGEARTH_BUILD_ROCKSDB_CACHE)
add_subdirectory(cache_rocksdb)
endif()
add_subdirectory(cache_rocksdb)

IF(NOT APPLE AND NOT ANDROID)
add_subdirectory(fastdxt)
Expand Down

0 comments on commit 56f9082

Please sign in to comment.