rename template file used for post install options

This commit is contained in:
Stephen Birarda 2016-01-11 17:00:22 -08:00
parent 58cc86bc5b
commit c9ecf35d82
2 changed files with 1 additions and 1 deletions

View file

@ -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