File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,14 +71,14 @@ endif()
7171if (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)
7575else ()
7676 set (JINJA2CPP_PRIVATE_LIBS ${JINJA2_PRIVATE_LIBS_INT} )
7777endif ()
7878
7979if (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)
8282else ()
8383 set (JINJA2CPP_PUBLIC_LIBS ${JINJA2_PUBLIC_LIBS_INT} )
8484endif ()
You can’t perform that action at this time.
0 commit comments