You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ph...@apache.org on 2018/06/25 14:29:25 UTC

[1/2] nifi-minifi-cpp git commit: MINIFICPP-541 - fix openssl endif cmake warning

Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master 934183b5d -> 571bcffa2


MINIFICPP-541 - fix openssl endif cmake warning

This closes #363.

Signed-off-by: Marc Parisi <ph...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/f4cc724f
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/f4cc724f
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/f4cc724f

Branch: refs/heads/master
Commit: f4cc724fb837736948e3c03fa3bf33ad87fcd01c
Parents: 934183b
Author: Dustin Rodrigues <du...@gmail.com>
Authored: Sun Jun 24 10:30:22 2018 -0400
Committer: Marc Parisi <ph...@apache.org>
Committed: Mon Jun 25 10:29:05 2018 -0400

----------------------------------------------------------------------
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/f4cc724f/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4a4e2e6..c4f3e93 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -114,7 +114,7 @@ else()
 
   # Include OpenSSL
   find_package (OpenSSL REQUIRED)
-endif(USE_SYSTEM_OPENSSL)
+endif()
 
 if (OPENSSL_FOUND)
   include_directories(${OPENSSL_INCLUDE_DIR})


[2/2] nifi-minifi-cpp git commit: MINIFICPP-540 - add issue tracker link to README.md

Posted by ph...@apache.org.
MINIFICPP-540 - add issue tracker link to README.md

This closes #362.

Signed-off-by: Marc Parisi <ph...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/571bcffa
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/571bcffa
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/571bcffa

Branch: refs/heads/master
Commit: 571bcffa25de1b52c820383289fc82d4b6069052
Parents: f4cc724
Author: Dustin Rodrigues <du...@gmail.com>
Authored: Wed Jun 20 21:22:16 2018 -0400
Committer: Marc Parisi <ph...@apache.org>
Committed: Mon Jun 25 10:29:21 2018 -0400

----------------------------------------------------------------------
 README.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/571bcffa/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index f5abefd..53c5c8a 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@ MiNiFi is a child project effort of Apache NiFi.  This repository is for a nativ
   - [Configuring](#configuring)
   - [Running](#running)
   - [Deploying](#deploying)
+- [Issue Tracking](#issue-tracking)
 - [Documentation](#documentation)
 - [License](#license)
 
@@ -839,6 +840,9 @@ will be disabled in your deployment.
 
 Please see [Extensions.md](Extensions.md) on how to build and run conditionally built dependencies and extensions.
 
+## Issue Tracking
+See https://issues.apache.org/jira/projects/MINIFICPP/issues for the issue tracker.
+
 ## Documentation
 See https://nifi.apache.org/minifi for the latest documentation.