phrocker commented on a change in pull request #465: MINIFICPP-700: Add MSI
Support via CPACK
URL: https://github.com/apache/nifi-minifi-cpp/pull/465#discussion_r259872558
##########
File path: CMakeLists.txt
##########
@@ -199,7 +199,11 @@ if(USE_SYSTEM_ZLIB STREQUAL "OFF")
message("Using bundled zlib")
if (WIN32)
+ if (CMAKE_BUILD_TYPE MATCHES RelWithDebInfo OR CMAKE_BUILD_TYPE MATCHES
Release)
Review comment:
There are more than that. I specifically want to exclude MinSizeRel from
these cases.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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