Github user phrocker commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/284#discussion_r175425676
--- Diff: CMakeLists.txt ---
@@ -186,6 +186,11 @@ if (NOT DISABLE_SCRIPTING)
createExtension(SCRIPTING-EXTENSIONS "SCRIPTING EXTENSIONS" "This
enables scripting" "extensions/script" "${TEST_DIR}/script-tests")
endif()
+## SQLite extensions
+option(DISABLE_SQLITE "Disables the scripting extensions." OFF)
--- End diff --
The base is intended to be a minimal build.
---