mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 15:33:14 +02:00
rename template file used for post install options
This commit is contained in:
parent
58cc86bc5b
commit
c9ecf35d82
2 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ macro(GENERATE_INSTALLERS)
|
|||
# configure the post install options file for custom installation options
|
||||
if (WIN32)
|
||||
set(POST_INSTALL_OPTIONS_PATH "${CMAKE_CURRENT_BINARY_DIR}/NSIS.PostInstallOptions.ini")
|
||||
configure_file("${HF_CMAKE_DIR}/template/NSIS.PostInstallOptions.ini.in" ${POST_INSTALL_OPTIONS_PATH})
|
||||
configure_file("${HF_CMAKE_DIR}/templates/NSIS.PostInstallOptions.ini.in" ${POST_INSTALL_OPTIONS_PATH})
|
||||
endif ()
|
||||
|
||||
# configure a cpack properties file for custom variables in NSIS template
|
||||
|
|
Loading…
Reference in a new issue