We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a8ab8 commit 3fc48f3Copy full SHA for 3fc48f3
cmake/public/jinja2cpp-config.cmake.in
@@ -59,7 +59,7 @@ set_target_properties(jinja2cpp PROPERTIES
59
60
if (JINJA2CPP_BUILD_SHARED)
61
target_compile_definitions(jinja2cpp PUBLIC -DJINJA2CPP_LINK_AS_SHARED)
62
-else()
+endif()
63
64
65
# INTERFACE_LINK_LIBRARIES "nonstd::expected-lite;nonstd::variant-lite;nonstd::value_ptr-lite;nonstd::optional-lite;\$<LINK_ONLY:boost::variant>;\$<LINK_ONLY:boost::filesystem>;\$<LINK_ONLY:boost::algorithm>"
0 commit comments