Skip to content

Commit

Permalink
Correct CMake warning for libevent adapter example
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosv authored and michael-grunder committed Nov 18, 2021
1 parent c433320 commit a83f4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENDIF()

FIND_PATH(LIBEVENT event.h)
if (LIBEVENT)
ADD_EXECUTABLE(example-libevent example-libevent)
ADD_EXECUTABLE(example-libevent example-libevent.c)
TARGET_LINK_LIBRARIES(example-libevent hiredis event)
ENDIF()

Expand Down

0 comments on commit a83f4b8

Please sign in to comment.