Skip to content

Tests: Fix CPackNSISGenerator test on non-x86 Windows platforms

Brad King requested to merge brad.king/cmake:cpack-nsis-test into master

In commit !4157 (merged) this test was added but only globbed for 32-bit windows packages. Fix the test to glob for packages of any architecture.

Merge request reports