Remove dependency on submodule 'framework'

ESP_IDF dose not have support for recursive updation of submodules, also
it has no dependency on submodule 'framework' currently.
Therefore, this commit eliminates the dependency on the 'framework' submodule.
This commit is contained in:
nilesh.kale 2024-04-16 15:03:20 +05:30 committed by Mahavir Jain
parent b97c4c310c
commit 02b274a4a4
No known key found for this signature in database
GPG Key ID: 99324EF4A00734E0
3 changed files with 0 additions and 9 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "framework"]
path = framework
url = https://github.com/Mbed-TLS/mbedtls-framework

View File

@ -298,11 +298,6 @@ if(LIB_INSTALL_DIR)
set(CMAKE_INSTALL_LIBDIR "${LIB_INSTALL_DIR}")
endif()
if (NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/framework/CMakeLists.txt")
message(FATAL_ERROR "${CMAKE_CURRENT_SOURCE_DIR}/framework/CMakeLists.txt not found. Run `git submodule update --init` from the source tree to fetch the submodule contents.")
endif()
add_subdirectory(framework)
add_subdirectory(include)
add_subdirectory(3rdparty)

@ -1 +0,0 @@
Subproject commit 94599c0e3b5036e086446a51a3f79640f70f22f6