You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/04/22 22:18:13 UTC

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #538: MINIFICPP-17: Move processors to standard-processors in preparation for

arpadboda commented on a change in pull request #538: MINIFICPP-17: Move processors to standard-processors in preparation for
URL: https://github.com/apache/nifi-minifi-cpp/pull/538#discussion_r277456806
 
 

 ##########
 File path: extensions/coap/tests/CMakeLists.txt
 ##########
 @@ -28,6 +28,7 @@ FOREACH(testfile ${CURL_INTEGRATION_TESTS})
   	add_executable("${testfilename}" "${testfile}")
   	target_include_directories(${testfilename} BEFORE PRIVATE ${COAP_INCLUDE_DIRS})
   	target_include_directories(${testfilename} BEFORE PRIVATE ${CURL_INCLUDE_DIRS})
+  	target_include_directories(${testfilename} PRIVATE BEFORE "${CMAKE_SOURCE_DIR}/extensions/standard-processors")
 
 Review comment:
   Why different order of "private" and "before" here?

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


With regards,
Apache Git Services