This is an automated email from the ASF dual-hosted git repository.

fgerlits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new 89d68e2  MINIFICPP-1546 Added documentation for enabling OPC 
functionality at build time
89d68e2 is described below

commit 89d68e21bf28f3b25e4a64117b631668b752889f
Author: Jeremy Dyer <[email protected]>
AuthorDate: Tue Apr 20 09:45:25 2021 -0400

    MINIFICPP-1546 Added documentation for enabling OPC functionality at build 
time
    
    Signed-off-by: Ferenc Gerlits <[email protected]>
    
    This closes #1056
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index c49c1a6..915f2dc 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,7 @@ Through JNI extensions you can run NiFi processors using 
NARs. The JNI extension
 | Kafka | [PublishKafka](PROCESSORS.md#publishkafka)      |    
-DENABLE_LIBRDKAFKA=ON  |
 | JNI | **NiFi Processors**     |    -DENABLE_JNI=ON  |
 | MQTT | 
[ConsumeMQTT](PROCESSORS.md#consumeMQTT)<br/>[PublishMQTT](PROCESSORS.md#publishMQTT)
     |    -DENABLE_MQTT=ON  |
+| OPC  | [FetchOPCProcessor](PROCESSORS.md#fetchopcprocessor)  |  
-DENABLE_OPC=ON |
 | OpenCV | [CaptureRTSPFrame](PROCESSORS.md#captureRTSPFrame)     |    
-DENABLE_OPENCV=ON  |
 | OpenWSMAN | SourceInitiatedSubscriptionListener | -DENABLE_OPENWSMAN=ON |
 | PCAP | [CapturePacket](PROCESSORS.md#capturepacket)      |    
-DENABLE_PCAP=ON  |
@@ -618,3 +619,4 @@ distributed under the License is distributed on an "AS IS" 
BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
+

Reply via email to