You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/02/25 15:19:54 UTC

[GitHub] phrocker commented on a change in pull request #465: MINIFICPP-700: Add MSI Support via CPACK

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:
users@infra.apache.org


With regards,
Apache Git Services