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:
parent
1abadfafa1
commit
4d18c515dc
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue