martinzink commented on code in PR #2201: URL: https://github.com/apache/nifi-minifi-cpp/pull/2201#discussion_r3768075740
########## 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: Could we name this MINIFI_LMBD instead? or anything else but prefixed with MINIFI? -- 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]
