Skip to content

Commit

Permalink
LevelDB cmake update
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Oct 23, 2023
1 parent 2c78d94 commit 88db128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osgEarthDrivers/cache_leveldb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ IF(LEVELDB_FOUND)
LevelDBCacheDriver.cpp
)

SET(TARGET_LIBRARIES_VARS LEVELDB_LIBRARY)
SET(TARGET_LIBRARIES_VARS LEVELDB_LIBRARY ZLIB_LIBRARY OSG_LIBRARY OSGDB_LIBRARY OPENTHREADS_LIBRARY)

IF(MSVC)
SET(TARGET_EXTERNAL_LIBRARIES Shlwapi)
Expand Down

0 comments on commit 88db128

Please sign in to comment.