phrocker commented on a change in pull request #595: Add windows tests
URL: https://github.com/apache/nifi-minifi-cpp/pull/595#discussion_r294911689
 
 

 ##########
 File path: CMakeLists.txt
 ##########
 @@ -299,8 +287,8 @@ endif(DISABLE_CURL)
 if(NOT DISABLE_CURL AND (NOT USE_SYSTEM_CURL))
   message("Using bundled cURL")
   
-  set(CURL_C_FLAGS "-I${OPENSSL_INCLUDE_DIR}")
-  set(CURL_CXX_FLAGS "${CURL_C_FLAGS}")
+  set(CURL_C_FLAGS "-I${CMAKE_C_FLAGS}")
 
 Review comment:
   Need to fix this

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

Reply via email to