diff options
Diffstat (limited to '')
-rw-r--r-- | externals/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index e6fa11a03..6a3b5cbd0 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt @@ -42,9 +42,6 @@ target_include_directories(mbedtls PUBLIC ./mbedtls/include) add_library(microprofile INTERFACE) target_include_directories(microprofile INTERFACE ./microprofile) -# Open Source Archives -add_subdirectory(open_source_archives EXCLUDE_FROM_ALL) - # Unicorn add_library(unicorn-headers INTERFACE) target_include_directories(unicorn-headers INTERFACE ./unicorn/include) |