szaszm closed pull request #1766: MINIFICPP-2337 Fix OpenSSL toggle in
bootstrap.sh
URL: https://github.com/apache/nifi-minifi-cpp/pull/1766
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the speci
lordgamez commented on code in PR #1766:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1766#discussion_r1577839801
##
bootstrap.sh:
##
@@ -445,7 +445,8 @@ build_cmake_command(){
set_value=OFF
option_value="${!option}"
if { [[ "$option_value" = "${FALSE
fgerlits commented on code in PR #1766:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1766#discussion_r1577760937
##
bootstrap.sh:
##
@@ -445,7 +445,8 @@ build_cmake_command(){
set_value=OFF
option_value="${!option}"
if { [[ "$option_value" = "${FALSE}
lordgamez commented on code in PR #1766:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1766#discussion_r1574690913
##
bootstrap.sh:
##
@@ -445,7 +445,8 @@ build_cmake_command(){
set_value=OFF
option_value="${!option}"
if { [[ "$option_value" = "${FALSE
lordgamez commented on code in PR #1766:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1766#discussion_r1574690913
##
bootstrap.sh:
##
@@ -445,7 +445,8 @@ build_cmake_command(){
set_value=OFF
option_value="${!option}"
if { [[ "$option_value" = "${FALSE
szaszm commented on code in PR #1766:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1766#discussion_r1574682410
##
bootstrap.sh:
##
@@ -445,7 +445,8 @@ build_cmake_command(){
set_value=OFF
option_value="${!option}"
if { [[ "$option_value" = "${FALSE}"
lordgamez opened a new pull request, #1766:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1766
https://issues.apache.org/jira/browse/MINIFICPP-2337
-
Thank you for submitting a contribution to Apache NiFi - MiNiFi C++.
In order to streamline the review of th