From: Sébastien Delafond Date: Fri, 24 Apr 2020 12:18:45 +0000 (+0200) Subject: INTERFACE fmt::fmt X-Git-Tag: archive/raspbian/0.6.16-0.2+rpi1~1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8b1f4103e2f3b1373fbe09f398e2391af5f21416;p=restinio.git INTERFACE fmt::fmt Gbp-Pq: Name 0001-INTERFACE-fmt-fmt.patch --- diff --git a/dev/restinio/CMakeLists.txt b/dev/restinio/CMakeLists.txt index edd19a0..e2932a9 100644 --- a/dev/restinio/CMakeLists.txt +++ b/dev/restinio/CMakeLists.txt @@ -53,7 +53,7 @@ IF (RESTINIO_FIND_DEPS) IF (RESTINIO_FMT_HEADER_ONLY) TARGET_LINK_LIBRARIES(${RESTINIO} INTERFACE fmt::fmt-header-only) ELSE () - TARGET_LINK_LIBRARIES(${RESTINIO} PUBLIC fmt::fmt) + TARGET_LINK_LIBRARIES(${RESTINIO} INTERFACE fmt::fmt) ENDIF () IF (RESTINIO_USE_EXTERNAL_HTTP_PARSER)