mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
parent
fb22ba6327
commit
fde8dfa417
@ -279,6 +279,14 @@
|
||||
# When unset generated installers will default installing to
|
||||
# ``ProgramFiles<64>Folder``.
|
||||
#
|
||||
# .. variable:: CPACK_WIX_ROOT
|
||||
#
|
||||
# This variable can optionally be set to the root directory
|
||||
# of a custom WiX Toolset installation.
|
||||
#
|
||||
# When unspecified CPack will try to locate a WiX Toolset
|
||||
# installation via the ``WIX`` environment variable instead.
|
||||
#
|
||||
|
||||
if(NOT CPACK_WIX_ROOT)
|
||||
file(TO_CMAKE_PATH "$ENV{WIX}" CPACK_WIX_ROOT)
|
||||
|
Loading…
Reference in New Issue
Block a user