diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2020-05-09 18:30:48 -0700 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2020-05-09 18:38:26 -0700 |
commit | 2dbe79d105e7898ee2594e2038052150436eb207 (patch) | |
tree | 82a37242f7c0022989fc3d5f3ca12c035e2697b4 /CMakeLists.txt | |
parent | 605f2846ff85de6ed0c2a63e14a341c3c4604a15 (diff) |
Update SyncManager to use the new API
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cb80bb9d..7401513c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6) cmake_policy(VERSION 2.6) set(HARDINFO_VERSION "0.6-alpha") -option(HARDINFO_NOSYNC "Disable database sync via libsoup" 1) +option(HARDINFO_NOSYNC "Disable database sync via libsoup" 0) option(HARDINFO_GTK3 "Attempt to build for GTK3 (0/off for GTK2)" 0) set(OVRARCH "" CACHE STRING "Override HARDINFO_ARCH value") set(OVRCPUINFO "" CACHE STRING "Specify a different file for /proc/cpuinfo") |