[cpack_installer] move non-cmake packaging resources into their own folder

This commit is contained in:
scottr
2021-05-19 13:48:02 -07:00
parent b3b54742f7
commit 9788caa6cb
5 changed files with 4 additions and 4 deletions
@@ -43,7 +43,7 @@ set(_candle_command
"-I${_cpack_wix_out_dir}" # to include cpack_variables.wxi
${_addtional_defines}
${_ext_flags}
"${CPACK_SOURCE_DIR}/Platform/Windows/PackagingBootstrapper.wxs"
"${CPACK_SOURCE_DIR}/Platform/Windows/Packaging/Bootstrapper.wxs"
-o "${_bootstrap_out_dir}/"
)