diff options
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/newview/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt index 54c1998..0871d16 100644 --- a/linden/indra/newview/CMakeLists.txt +++ b/linden/indra/newview/CMakeLists.txt | |||
@@ -1242,7 +1242,7 @@ set_source_files_properties(${viewer_CHARACTER_FILES} | |||
1242 | list(APPEND viewer_SOURCE_FILES ${viewer_CHARACTER_FILES}) | 1242 | list(APPEND viewer_SOURCE_FILES ${viewer_CHARACTER_FILES}) |
1243 | 1243 | ||
1244 | if (WINDOWS) | 1244 | if (WINDOWS) |
1245 | file(GLOB viewer_INSTALLER_FILES installers/windows/*.nsi) | 1245 | file(GLOB viewer_INSTALLER_FILES installers/windows/*.iss) |
1246 | 1246 | ||
1247 | source_group("Installer Files" FILES ${viewer_INSTALLER_FILES}) | 1247 | source_group("Installer Files" FILES ${viewer_INSTALLER_FILES}) |
1248 | 1248 | ||