*line 541:*

if(NOT CMAKE_BUILD_TYPE STREQUAL "Debug") # Why?

Nominally one does not require debug example binaries for testing
performance and connectivity.  This would also make the installers larger
for not a significant benefit.

*line 640:*

  # TODO: I think this part was intended to be used when running cpack

  # separately from cmake but I don't know how that works.


After building all the supported platforms: v90, v100, v110 you can
run a "cmake
package"  once then all the platform target files will be fed into *cpack*.
 I build each platform with the native command console, I guess other
packagers explicitly hardcode particular platform names.

-- 
Steve-o
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to