Skip to content

Commit 85b95d8

Browse files
committed
FIX | some bugs #2
1 parent 4dea813 commit 85b95d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ if (MANAPIHTTP_BUILD_METHOD STREQUAL "conan")
10611061

10621062
if (MANAPIHTTP_ZSTD_DEPENDENCY)
10631063
target_link_libraries(${PROJECT_NAME} PUBLIC ${zstd_COMPONENT_NAMES})
1064-
endqif ()
1064+
endif ()
10651065

10661066
if (MANAPIHTTP_NGHTTP2_DEPENDENCY)
10671067
target_link_libraries(${PROJECT_NAME} PUBLIC libnghttp2::libnghttp2)

0 commit comments

Comments
 (0)