File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -1033,9 +1033,6 @@ if(STATIC_BUILD_DO_NOT_USE)
10331033 endfunction ()
10341034
10351035 import_static_lib(static_libglog "libglog.a" )
1036- if (PREFER_SYSTEM_LIBFMT)
1037- import_static_lib(static_libfmt "libfmt.a" )
1038- endif ()
10391036 import_static_lib(static_libdoubleconv "libdouble-conversion.a" )
10401037 import_static_lib(static_libgflags "libgflags.a" )
10411038 import_static_lib(static_libevent "libevent.a" )
@@ -1063,12 +1060,6 @@ if(STATIC_BUILD_DO_NOT_USE)
10631060 static_libz)
10641061
10651062 foreach (tgt ${BINARY_TARGETS} ${TEST_TARGETS} )
1066- if (PREFER_SYSTEM_LIBFMT)
1067- target_link_libraries (
1068- ${tgt} PRIVATE
1069- static_libfmt)
1070- endif ()
1071-
10721063 # ...................................................................
10731064 # -static-libgcc above and gcc_eh below is all together an ugly trick to
10741065 # enforce static linking
You can’t perform that action at this time.
0 commit comments