================ @@ -188,6 +188,8 @@ set common_cmake_flags=^ -DLLVM_ENABLE_RPMALLOC=ON ^ -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;lld" ^ -DLLVM_ENABLE_RUNTIMES="compiler-rt;openmp" ^ + -DCPACK_GENERATOR="WIX" ^ + -DCPACK_WIX_LIGHT_EXTRA_FLAGS="-sval" ^ ---------------- tstellar wrote:
Do we need to add WIX equivalents for all the NSIS options? Especially those icons are those LLVM specific? https://github.com/llvm/llvm-project/pull/200734 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
