szaszm commented on a change in pull request #674: Minificpp 1007 - ECU C2 
integration.
URL: https://github.com/apache/nifi-minifi-cpp/pull/674#discussion_r371416062
 
 

 ##########
 File path: CMakeLists.txt
 ##########
 @@ -312,8 +312,8 @@ if (ENABLE_ALL OR ENABLE_COAP STREQUAL "ON")
        use_bundled_libcoap(${CMAKE_CURRENT_SOURCE_DIR} 
${CMAKE_CURRENT_BINARY_DIR})
        createExtension(COAP-EXTENSION "COAP EXTENSIONS" "Enables LibCOAP 
Functionality." "extensions/coap" "extensions/coap/tests/")
        if( NOT DISABLE_CURL)
-               add_dependencies(minifi-coap minifi-http-curl)
-       endif()
+           add_dependencies(minifi-coap minifi-http-curl)
+    endif()
 
 Review comment:
   The file is indented with tabs. Why was this changed on these lines but not 
on the rest of the file?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to