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/02/21 16:50:43 UTC

[GitHub] phrocker commented on a change in pull request #489: MINIFICPP-740: Add ability to run NiFi processors from Java and Python

phrocker commented on a change in pull request #489: MINIFICPP-740: Add ability to run NiFi processors from Java and Python
URL: https://github.com/apache/nifi-minifi-cpp/pull/489#discussion_r259018572
 
 

 ##########
 File path: CMakeLists.txt
 ##########
 @@ -487,6 +525,10 @@ if (ENABLE_BUSTACHE)
     createExtension(BUSTACHE-EXTENSIONS "BUSTACHE EXTENSIONS" "This enables bustache functionality including ApplyTemplate." "extensions/bustache" "${TEST_DIR}/bustache-tests" "TRUE" "thirdparty/bustache")
 endif()
 
+if (ENABLE_PYTHON)
+     #createExtension(PYTHON-EXTENSIONS "PYTHON EXTENSIONS" "This enables python processor support." "extensions/pyprocess" "${TEST_DIR}/pyproc-tests")
 
 Review comment:
   ah this was left in. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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