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
parent 803d5e8c91
commit b8e884f0bc
3 changed files with 0 additions and 9 deletions
-3
View File
@@ -1,3 +0,0 @@
[submodule "framework"]
path = framework
url = https://github.com/Mbed-TLS/mbedtls-framework
-5
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)
Submodule framework deleted from 94599c0e3b