szaszm commented on code in PR #1349:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1349#discussion_r896860536


##########
CMakeLists.txt:
##########
@@ -116,7 +116,9 @@ option(ENABLE_OPENWSMAN "Enables the Openwsman extensions." 
OFF)
 option(ENABLE_AZURE "Enables Azure support." ON)
 option(ENABLE_ENCRYPT_CONFIG "Enables build of encrypt-config binary." ON)
 option(ENABLE_SPLUNK "Enable Splunk support" ON)
+option(ENABLE_ELASTICSEARCH "Enable Elasticsearch support" OFF)
 option(ENABLE_GCP "Enable Google Cloud support" ON)
+option(ENABLE_PROCFS "Enable ProcFs support" OFF)

Review Comment:
   It used to be this way on main (didn't check the origin, probably a messed 
up merge), and I've recently removed the duplicate in #1341. Maybe you saw the 
diff only and added it back or merged from an older version?



-- 
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]

Reply via email to