Explorar el Código

fix: mbedtls的CMakefile应禁用第三方目录

Wendal Chen hace 3 años
padre
commit
9268b2fbe8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      components/mbedtls/CMakeLists.txt

+ 2 - 2
components/mbedtls/CMakeLists.txt

@@ -274,8 +274,8 @@ endif(ENABLE_ZLIB_SUPPORT)
 
 add_subdirectory(include)
 
-add_subdirectory(3rdparty)
-list(APPEND libs ${thirdparty_lib})
+#add_subdirectory(3rdparty)
+#list(APPEND libs ${thirdparty_lib})
 
 add_subdirectory(library)