You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake_dependent_option(ENABLE_LIBZFS"Enable libzfs"ON"LINUX OR FreeBSD OR SunOS"OFF)
85
85
cmake_dependent_option(ENABLE_PCIACCESS"Enable libpciaccess"ON"NetBSD OR OpenBSD"OFF)
86
-
cmake_dependent_option(ENABLE_CPUUSAGE_PERFLIB"Use perflib (Processor Information) to calcuate CPU usage (used by task manager) instead of CPU times (used by all other *nix platforms)"ON"WIN32"OFF)
86
+
cmake_dependent_option(ENABLE_CPUUSAGE_PERFLIB"Use perflib (Processor Information) to calculate CPU usage (used by task manager) instead of CPU times (used by all other *nix platforms)"ON"WIN32"OFF)
87
87
88
88
option(ENABLE_SYSTEM_YYJSON"Use system provided (instead of fastfetch embedded) yyjson library"OFF)
89
89
option(ENABLE_ASAN"Build fastfetch with ASAN (address sanitizer)"OFF)
0 commit comments