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.
This commit is contained in:
Peter Keresztes Schmidt 2021-04-29 00:08:40 +02:00
parent 1abadfafa1
commit 4d18c515dc
1 changed files with 0 additions and 4 deletions

View File

@ -3,7 +3,3 @@ add_library(martinmoene::span-lite ALIAS span-lite)
target_include_directories(span-lite INTERFACE target_include_directories(span-lite INTERFACE
${CMAKE_CURRENT_SOURCE_DIR}/include) ${CMAKE_CURRENT_SOURCE_DIR}/include)
target_link_libraries(span-lite
INTERFACE
zm-dependency-interface)