-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[osgearth/rocksdb] Update to latest release (#14976)
- Loading branch information
1 parent
9a81392
commit ce5d30c
Showing
13 changed files
with
101 additions
and
411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
Source: osgearth | ||
Version: 3.0 | ||
Port-Version: 2 | ||
Version: 3.1 | ||
Homepage: https://github.com/gwaldron/osgearth | ||
Description: osgEarth - Dynamic map generation toolkit for OpenSceneGraph Copyright 2015 Pelican Mapping. | ||
Build-Depends: osg[plugins] | ||
Build-Depends: osg[plugins] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
diff --git a/cmake/RocksDBConfig.cmake.in b/cmake/RocksDBConfig.cmake.in | ||
index 0bd14be..f9f6aa8 100644 | ||
--- a/cmake/RocksDBConfig.cmake.in | ||
+++ b/cmake/RocksDBConfig.cmake.in | ||
@@ -37,7 +37,7 @@ if(@WITH_LZ4@) | ||
endif() | ||
|
||
if(@WITH_ZSTD@) | ||
- find_dependency(zstd) | ||
+ find_dependency(zstd CONFIG) | ||
endif() | ||
|
||
if(@WITH_NUMA@) | ||
@@ -45,7 +45,7 @@ if(@WITH_NUMA@) | ||
endif() | ||
|
||
if(@WITH_TBB@) | ||
- find_dependency(TBB) | ||
+ find_dependency(TBB CONFIG) | ||
endif() | ||
|
||
find_dependency(Threads) |
Oops, something went wrong.