Skip to content

Commit aed1aed

Browse files
fix: make fmt dependency public
1 parent 2053cfa commit aed1aed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

thirdparty/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ endif()
7171
if (NOT DEFINED JINJA2_PRIVATE_LIBS_INT)
7272
set(JINJA2CPP_PRIVATE_LIBS ${JINJA2CPP_PRIVATE_LIBS}
7373
Boost::variant Boost::filesystem Boost::algorithm Boost::lexical_cast Boost::json
74-
Boost::regex Boost::numeric_conversion fmt RapidJson)
74+
Boost::regex Boost::numeric_conversion RapidJson)
7575
else ()
7676
set (JINJA2CPP_PRIVATE_LIBS ${JINJA2_PRIVATE_LIBS_INT})
7777
endif ()
7878

7979
if (NOT DEFINED JINJA2_PUBLIC_LIBS_INT)
8080
set (JINJA2CPP_PUBLIC_LIBS ${JINJA2CPP_PUBLIC_LIBS}
81-
expected-lite variant-lite optional-lite string-view-lite)
81+
fmt expected-lite variant-lite optional-lite string-view-lite)
8282
else ()
8383
set (JINJA2CPP_PUBLIC_LIBS ${JINJA2_PUBLIC_LIBS_INT})
8484
endif ()

0 commit comments

Comments
 (0)