Skip to content

Commit 3fc48f3

Browse files
theticrmorozov
authored andcommitted
Fix CMake find_package
1 parent 92a8ab8 commit 3fc48f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/public/jinja2cpp-config.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ set_target_properties(jinja2cpp PROPERTIES
5959

6060
if (JINJA2CPP_BUILD_SHARED)
6161
target_compile_definitions(jinja2cpp PUBLIC -DJINJA2CPP_LINK_AS_SHARED)
62-
else()
62+
endif()
6363

6464

6565
# 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

Comments
 (0)