Skip to content

Commit

Permalink
Rocksdb: tweak the import libraries to facilitate linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Oct 11, 2024
1 parent c91fdb7 commit 959ed06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osgEarthDrivers/cache_rocksdb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ if(RocksDB_FOUND)
RocksDBCacheDriver.cpp )

target_link_libraries(osgdb_osgearth_cache_rocksdb
PRIVATE RocksDB::rocksdb RocksDB::rocksdb-shared)
PRIVATE RocksDB::rocksdb)

endif()

0 comments on commit 959ed06

Please sign in to comment.