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_PCI_MEMORY "Enable detecting GPU memory size with libpci"OFF"LINUX OR BSD"OFF)
72
+
cmake_dependent_option(ENABLE_SYSTEM_YYJSON "Use system provided (instead of fastfetch embeded) yyjson library"OFF"LINUX OR APPLE OR BSD OR WIN32 OR ANDROID"OFF)
72
73
73
74
option(BUILD_TESTS "Build tests"OFF) # Also create test executables
74
75
option(SET_TWEAK "Add tweak to project version"ON) # This is set to off by github actions for release builds
0 commit comments