Skip to content

Commit 7279480

Browse files
fix: make fmt dependency public (#283)
Co-authored-by: rmorozov <ruslan.y.morozov@gmail.com>
1 parent af30576 commit 7279480

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

thirdparty/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,14 @@ if (NOT DEFINED JINJA2_PRIVATE_LIBS_INT)
8484
Boost::numeric_conversion
8585
Boost::regex
8686
Boost::variant
87-
fmt
88-
)
87+
)
8988
else ()
9089
set (JINJA2CPP_PRIVATE_LIBS ${JINJA2_PRIVATE_LIBS_INT})
9190
endif ()
9291

9392
if (NOT DEFINED JINJA2_PUBLIC_LIBS_INT)
9493
set (JINJA2CPP_PUBLIC_LIBS ${JINJA2CPP_PUBLIC_LIBS}
95-
expected-lite variant-lite optional-lite string-view-lite)
94+
fmt expected-lite variant-lite optional-lite string-view-lite)
9695
else ()
9796
set (JINJA2CPP_PUBLIC_LIBS ${JINJA2_PUBLIC_LIBS_INT})
9897
endif ()

0 commit comments

Comments
 (0)