Import 2017-06-07 23:51:09: master c087e5a1
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
msmolens | msmolens | master | 2015-10-16 16:58:25 | master 2b116618 |
Changeset | BUG: Fix packaging on Windows A regression was introduced in r24591 [1] and r24593 [2] that causes packaging
and
The issue is that the slicer_verbose_set() macro doesn't function as a drop-in The first error occurs because CPACK_NSIS_INSTALL_SUBDIRECTORY remains unset
and the conditional below erroneously evaluates to true:
Adding quotation marks around the ${ARGN} variable address this error. The second error occurs because macros consume escapes in string literals, as Change the macro to a function and making its set() call use PARENT_SCOPE [1] http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=24591 Co-authored-by: Francois Budin <fbudin@email.unc.edu> From: Max Smolens <max.smolens@kitware.com> git-svn-id: http://svn.slicer.org/Slicer4/trunk@24627 3bd1e089-480b-0410-8dfb-8563597acbee |
|||
mod - CMake/SlicerCPack.cmake | Diff File |