File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.7.2 )
1+ # The minimum version is the version supported by the oldest Debian release
2+ # Ubuntu 20.04LTS uses 3.16.3
3+ cmake_minimum_required (VERSION 3.13.4 )
24project (opendw)
35
46set (PACKAGE opendw)
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.7.2 )
1+ # The minimum version is the version supported by the oldest Debian release
2+ # Ubuntu 20.04LTS uses 3.16.3
3+ cmake_minimum_required (VERSION 3.13.4 )
24project (opendw)
35
46option (ENABLE_TOOLS "Enable developer tools" OFF )
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.7.2 )
1+ # The minimum version is the version supported by the oldest Debian release
2+ # Ubuntu 20.04LTS uses 3.16.3
3+ cmake_minimum_required (VERSION 3.13.4 )
24
35project (opendw)
46set (TARGET_NAME sdldragon)
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.7.2 )
1+ # The minimum version is the version supported by the oldest Debian release
2+ # Ubuntu 20.04LTS uses 3.16.3
3+ cmake_minimum_required (VERSION 3.13.4 )
24project (opendw)
35set (TARGET_NAME dragon)
46
You can’t perform that action at this time.
0 commit comments