We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af30576 commit 7279480Copy full SHA for 7279480
1 file changed
thirdparty/CMakeLists.txt
@@ -84,15 +84,14 @@ if (NOT DEFINED JINJA2_PRIVATE_LIBS_INT)
84
Boost::numeric_conversion
85
Boost::regex
86
Boost::variant
87
- fmt
88
- )
+ )
89
else ()
90
set (JINJA2CPP_PRIVATE_LIBS ${JINJA2_PRIVATE_LIBS_INT})
91
endif ()
92
93
if (NOT DEFINED JINJA2_PUBLIC_LIBS_INT)
94
set (JINJA2CPP_PUBLIC_LIBS ${JINJA2CPP_PUBLIC_LIBS}
95
- expected-lite variant-lite optional-lite string-view-lite)
+ fmt expected-lite variant-lite optional-lite string-view-lite)
96
97
set (JINJA2CPP_PUBLIC_LIBS ${JINJA2_PUBLIC_LIBS_INT})
98
0 commit comments