martinzink commented on code in PR #2201: URL: https://github.com/apache/nifi-minifi-cpp/pull/2201#discussion_r3773363792
########## 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: (not in this PR) but maybe we could do MINIFI_BUILD_ and MINIFI_EXT_ prefixes? -- 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]
