From 4d18c515dcf56a7596515e1cecdafe7d85cf6b62 Mon Sep 17 00:00:00 2001 From: Peter Keresztes Schmidt Date: Thu, 29 Apr 2021 00:08:40 +0200 Subject: [PATCH] dep/span-lite: Remove erroneously added zm-dependency-interface This is a header-only library so there is no target to compile for which warnings could be disabled. Moreover a target dependency with INTERFACE visibility propagates to the dependants. This disabled warnings further down the chain. --- dep/span-lite/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dep/span-lite/CMakeLists.txt b/dep/span-lite/CMakeLists.txt index d63cc9a4a..4d4f9d43f 100644 --- a/dep/span-lite/CMakeLists.txt +++ b/dep/span-lite/CMakeLists.txt @@ -3,7 +3,3 @@ add_library(martinmoene::span-lite ALIAS span-lite) target_include_directories(span-lite INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/include) - -target_link_libraries(span-lite - INTERFACE - zm-dependency-interface)