projects
/
restinio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
371662e
)
INTERFACE fmt::fmt
author
Sébastien Delafond
<sdelafond@gmail.com>
Fri, 24 Apr 2020 12:18:45 +0000
(14:18 +0200)
committer
Alexandre Viau
<aviau@debian.org>
Mon, 4 Jan 2021 16:26:26 +0000
(16:26 +0000)
Gbp-Pq: Name 0001-INTERFACE-fmt-fmt.patch
dev/restinio/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/dev/restinio/CMakeLists.txt
b/dev/restinio/CMakeLists.txt
index edd19a0a8c3a89e9ea97d511ee5c9334896bec07..e2932a925874bf81ee0fb533738fa4c43387190e 100644
(file)
--- 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)