Browse Source

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

Wendal Chen 3 năm trước cách đây
mục cha
commit
9268b2fbe8
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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)