phrocker commented on a change in pull request #595: Add windows tests
URL: https://github.com/apache/nifi-minifi-cpp/pull/595#discussion_r297887751
##########
File path: CMakeLists.txt
##########
@@ -421,9 +421,23 @@ if ((DISABLE_CURL STREQUAL "OFF" OR NOT DISABLE_CURL) AND
NOT DISABLE_CIVET)
endif()
endif()
+option(DISABLE_EXPRESSION_LANGUAGE "Disables the scripting extensions." OFF)
+if (NOT DISABLE_EXPRESSION_LANGUAGE)
+ createExtension(EXPRESSION-LANGUAGE-EXTENSIONS "EXPRESSION LANGUAGE
EXTENSIONS" "This enables NiFi expression language"
"extensions/expression-language" "extensions/expression-language/tests")
+ if(NOT USE_SYSTEM_OPENSSL OR USE_SYSTEM_OPENSSL STREQUAL "OFF")
+ add_dependencies(minifi-expression-language-extensions libressl-portable)
Review comment:
Visual Studio...
----------------------------------------------------------------
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 specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services