From ad2d8136971d8b73fd218411e066250f0abb2031 Mon Sep 17 00:00:00 2001
From: Jacob Gilbert <jacob@deepsig.ai>
Date: Thu, 2 Dec 2021 12:17:10 -0500
Subject: [PATCH] linking against flatbuffers_shared is no longer necessary

---
 CMakeLists.txt | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 880e5e8..28466b0 100644
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -137,9 +137,6 @@ target_include_directories(libsigmf INTERFACE
 
 if (${Flatbuffers_FOUND})
   # System flatbuffers can import this target
-  target_link_libraries(libsigmf INTERFACE
-    flatbuffers::flatbuffers_shared
-  )
 else()
   target_include_directories(libsigmf INTERFACE
     $<BUILD_INTERFACE:${FLATBUFFERS_INCLUDE_DIR}>
