msharee9 commented on a change in pull request #674: Minificpp 1007 - ECU C2
integration.
URL: https://github.com/apache/nifi-minifi-cpp/pull/674#discussion_r350899685
##########
File path: CMakeLists.txt
##########
@@ -469,7 +467,7 @@ if (ENABLE_ALL OR ENABLE_GPS)
createExtension(GPS-EXTENSION "GPS EXTENSIONS" "Enables LibGPS
Functionality and the GetGPS processor." "extensions/gps"
"${TEST_DIR}/gps-tests")
endif()
-option(ENABLE_COAP "Enables the CoAP extension." OFF)
+option(ENABLE_COAP "Enables the CoAP extension." ON)
Review comment:
Yes, forgot to put it OFF after testing. Thanks for noting that.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services