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:
[email protected]
With regards,
Apache Git Services