Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/157#discussion_r153563171 --- Diff: CMakeLists.txt --- @@ -173,6 +173,12 @@ if (ENABLE_TENSORFLOW) createExtension(TENSORFLOW-EXTENSIONS "TENSORFLOW EXTENSIONS" "This enables TensorFlow support" "extensions/tensorflow" "${TEST_DIR}/tensorflow-tests") endif() +## Bustache/template extensions +option(ENABLE_BUSTACHE "Enables Bustache (ApplyTemplate) support." OFF) --- End diff -- These seem to conflict.
---