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 <[email protected]>


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 <[email protected]>
Authored: Sun Jun 24 10:30:22 2018 -0400
Committer: Marc Parisi <[email protected]>
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})

Reply via email to