Update RocksDb to V10.4.2 (#4933)
* Update RocksDb to V10.4.2 * Use FAIL_ON_WARNINGS flag
This commit is contained in:
parent
19b1e58d68
commit
d923412827
2 changed files with 6 additions and 1 deletions
|
@ -526,6 +526,11 @@ target_link_libraries(boost_property_tree INTERFACE Boost::multi_index)
|
|||
|
||||
# RocksDB
|
||||
include_directories(submodules/rocksdb/include)
|
||||
if(WIN32)
|
||||
set(FAIL_ON_WARNINGS
|
||||
OFF
|
||||
CACHE BOOL "")
|
||||
endif()
|
||||
set(USE_RTTI
|
||||
ON
|
||||
CACHE BOOL "")
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d9787264a8eb0528966ded06499dff46a4f8739c
|
||||
Subproject commit 410c5623195ecbe4699b9b5a5f622c7325cec6fe
|
Loading…
Add table
Add a link
Reference in a new issue