Skip to content

Commit

Permalink
[!] downgrade the required version of libevent
Browse files Browse the repository at this point in the history
  • Loading branch information
Kulsk committed Oct 31, 2023
1 parent 69646b6 commit 769b032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ if (XQC_ENABLE_TESTING)
endif()

# find LibEvent include and library path
find_package(LibEvent 2.1.0)
find_package(LibEvent 2.0.21)
if(NOT LIBEVENT_FOUND)
message(FATAL_ERROR "libevent with required version not found")
endif()
Expand Down

0 comments on commit 769b032

Please sign in to comment.