fgerlits commented on code in PR #2179:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2179#discussion_r3265784876
##########
cmake/BundledRocksDB.cmake:
##########
@@ -23,12 +23,10 @@ function(use_bundled_rocksdb SOURCE_DIR BINARY_DIR)
include(LZ4)
endif()
- set(PATCH_FILE_1
"${SOURCE_DIR}/thirdparty/rocksdb/all/patches/dboptions_equality_operator.patch")
- set(PATCH_FILE_2
"${SOURCE_DIR}/thirdparty/rocksdb/all/patches/c++23_fixes.patch")
Review Comment:
please remove the `c++23_fixes.patch` file from the patches directory, too
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]