mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user