Skip to content

Commit d060969

Browse files
authored
Merge pull request #821 from markstos/patch-1
Update download sizes to match v16.
2 parents d0606af + e32abdc commit d060969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ endif()
1212
project(OSGeoLiveDoc LANGUAGES NONE)
1313
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
1414

15-
set(iso_size "4.0" CACHE STRING "for osgeolive-X.X.iso")
15+
set(iso_size "4.1" CACHE STRING "for osgeolive-X.X.iso")
1616
set(iso_mini_size "4.0" CACHE STRING "for osgeolive-mini-X.X.iso")
17-
set(vm_7z_size "3.1" CACHE STRING "for osgeo-vm-X.X.7z")
17+
set(vm_7z_size "7.0" CACHE STRING "for osgeo-vm-X.X.7z")
1818
set(req_hd_size "20" CACHE STRING "required hard disk space")
1919

2020

0 commit comments

Comments
 (0)