Skip to content

Commit

Permalink
Merge pull request #40 from unraid/default-update-check-on
Browse files Browse the repository at this point in the history
  • Loading branch information
elibosley authored May 30, 2024
2 parents 7cd5de3 + 377b3fe commit f2f8ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (C) 2020 Raspberry Pi Ltd

cmake_minimum_required(VERSION 3.9.4)
OPTION (ENABLE_CHECK_VERSION "Check for version updates" OFF)
OPTION (ENABLE_CHECK_VERSION "Check for version updates" ON)
OPTION (ENABLE_TELEMETRY "Enable sending telemetry" OFF)
OPTION (DRIVELIST_FILTER_SYSTEM_DRIVES "Filter System drives from displayed drives" ON)

Expand Down

0 comments on commit f2f8ef0

Please sign in to comment.