aboutsummaryrefslogtreecommitdiff
path: root/reference_model
diff options
context:
space:
mode:
authorKevin Cheng <kevin.cheng@arm.com>2021-11-05 19:18:49 +0000
committerKevin Cheng <kevin.cheng@arm.com>2021-11-05 19:19:40 +0000
commit25fbe521a1d64b4edc985386fc493683f1a08e60 (patch)
treef4a78201653fec056e6542931b82775b2598f462 /reference_model
parentd4ea8f15208a516fe19b5f21054d82a61b25a930 (diff)
downloadreference_model-25fbe521a1d64b4edc985386fc493683f1a08e60.tar.gz
Cleanup CMakeLists.txt
- update thirdparty/serialization_lib - avoid building uncessary targets in submodule Signed-off-by: Kevin Cheng <kevin.cheng@arm.com> Change-Id: I34698014b63e4d2d8b78011c001c85882014007c
Diffstat (limited to 'reference_model')
-rw-r--r--reference_model/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/reference_model/CMakeLists.txt b/reference_model/CMakeLists.txt
index ac1a2c4..40d83f2 100644
--- a/reference_model/CMakeLists.txt
+++ b/reference_model/CMakeLists.txt
@@ -70,7 +70,6 @@ target_include_directories(tosa_reference_model
target_link_libraries(tosa_reference_model
PRIVATE
tosa_serialization_lib
- flatbuffers
nlohmann_json::nlohmann_json
)