diff --git a/cmake/macros/GenerateInstallers.cmake b/cmake/macros/GenerateInstallers.cmake index 6c529b6c02..3c52996d3a 100644 --- a/cmake/macros/GenerateInstallers.cmake +++ b/cmake/macros/GenerateInstallers.cmake @@ -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 diff --git a/cmake/templates/NSIS.PostInstall.ini.in b/cmake/templates/NSIS.PostInstallOptions.ini.in similarity index 100% rename from cmake/templates/NSIS.PostInstall.ini.in rename to cmake/templates/NSIS.PostInstallOptions.ini.in