lordgamez commented on code in PR #2201: URL: https://github.com/apache/nifi-minifi-cpp/pull/2201#discussion_r3773242401
########## cmake/MiNiFiOptions.cmake: ########## @@ -90,6 +90,7 @@ endif() add_minifi_option(ENABLE_ALL "Enables all extensions" OFF) add_minifi_option(ENABLE_CIVET "Enables CivetWeb components." ON) add_minifi_option(ENABLE_ROCKSDB "Enables the RocksDB extension." ON) +add_minifi_option(ENABLE_LMDB "Enables the LMDB extension." ON) Review Comment: Renamed it in https://github.com/apache/nifi-minifi-cpp/pull/2201/commits/aa0f2616843ca4786f30a960a4c84a8b6eb2aa7e The only problem was that the bootstrap script checked for the `ENABLE_` prefix to choose the extension options. I tweaked it a bit to move `MINIFI_LMDB` and `MINIFI_RUST` to the extension options and `AWS_ENABLE_UNITY_BUILD` to the build options. -- 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]
