mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-17 23:45:21 +01:00
cmake: bump minimum to 3.15
This commit is contained in:
parent
7c3a958758
commit
844c44597e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
# Copyright (C) 2020-2024 Raspberry Pi Ltd
|
||||
|
||||
cmake_minimum_required(VERSION 3.9.4)
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
OPTION (ENABLE_CHECK_VERSION "Check for version updates" ON)
|
||||
OPTION (ENABLE_TELEMETRY "Enable sending telemetry" ON)
|
||||
OPTION (DRIVELIST_FILTER_SYSTEM_DRIVES "Filter System drives from displayed drives" ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue