Skip to content

Commit

Permalink
Merge pull request #821 from markstos/patch-1
Browse files Browse the repository at this point in the history
Update download sizes to match v16.
  • Loading branch information
cvvergara authored Apr 29, 2024
2 parents d0606af + e32abdc commit d060969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ endif()
project(OSGeoLiveDoc LANGUAGES NONE)
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

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


Expand Down

0 comments on commit d060969

Please sign in to comment.