Skip to content

CPack/NSIS: Add options to set makensis arguments

Johnny Jazeix requested to merge petitlapin/cmake:define-nsis-23446 into master

I've extended the original request that was only for the defines to all arguments according to https://documentation.help/CTRE-NSIS/Section3.1.html

Usage: cmake.exe -DCPACK_NSIS_EXECUTABLE_PRE_ARGUMENTS="V1;Dversion=2.2" -DCPACK_NSIS_EXECUTABLE_POST_ARGUMENTS="Dtest" ..

Fixes: #23446 (closed)
Topic-rename: cpack-nsis-arguments-command-line

Edited by Brad King

Merge request reports