We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dea813 commit 85b95d8Copy full SHA for 85b95d8
1 file changed
CMakeLists.txt
@@ -1061,7 +1061,7 @@ if (MANAPIHTTP_BUILD_METHOD STREQUAL "conan")
1061
1062
if (MANAPIHTTP_ZSTD_DEPENDENCY)
1063
target_link_libraries(${PROJECT_NAME} PUBLIC ${zstd_COMPONENT_NAMES})
1064
- endqif ()
+ endif ()
1065
1066
if (MANAPIHTTP_NGHTTP2_DEPENDENCY)
1067
target_link_libraries(${PROJECT_NAME} PUBLIC libnghttp2::libnghttp2)
0 commit comments