Skip to content

Commit

Permalink
An attempt to solve Stiffstream#159.
Browse files Browse the repository at this point in the history
  • Loading branch information
eao197 committed May 20, 2022
1 parent 8439c2b commit ee507f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/restinio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ 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)
# NOTE: just for check a solution for #159.
# TARGET_LINK_LIBRARIES(${RESTINIO} PUBLIC fmt::fmt)
TARGET_LINK_LIBRARIES(${RESTINIO} INTERFACE fmt::fmt)
ENDIF ()

IF (RESTINIO_USE_EXTERNAL_HTTP_PARSER)
Expand Down

0 comments on commit ee507f4

Please sign in to comment.