Skip to content

Commit

Permalink
Update ixwebsocket-config.cmake.in (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsergean authored Apr 29, 2022
1 parent 6d8495b commit 002d9c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ixwebsocket-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

include(CMakeFindDependencyMacro)

if@USE_ZLIB@
if (@USE_ZLIB@)
find_dependency(ZLIB)
endif()

include("${CMAKE_CURRENT_LIST_DIR}/ixwebsocket-targets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/ixwebsocket-targets.cmake")

0 comments on commit 002d9c8

Please sign in to comment.