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
Copy file name to clipboardExpand all lines: cmake/dependencies.cmake
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,9 @@ fetch_dependency(fmt)
112
112
set(SPDLOG_NO_ATOMIC_LEVELS ONCACHEBOOL"prevent spdlog from using of std::atomic log levels (use only if your code never modifies log levels concurrently)")
113
113
set(SPDLOG_NO_TLS ONCACHEBOOL"prevent spdlog from using thread local storage")
114
114
set(SPDLOG_FMT_EXTERNAL ONCACHEBOOL"Use external fmt library instead of bundled")
115
+
if (NOT HAVE_TM_TM_GMTOFF)
116
+
set(SPDLOG_NO_TZ_OFFSET ONCACHEBOOL"Omit %z timezone offset (use on platforms without tm_gmtoff)")
0 commit comments