Skip to content

Commit

Permalink
build: multiprocess needs libevent
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Sep 12, 2024
1 parent ee1749e commit d6cf46e
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 @@ -404,7 +404,7 @@ endif()
include(AddBoostIfNeeded)
add_boost_if_needed()

if(BUILD_DAEMON OR BUILD_GUI OR BUILD_CLI OR BUILD_TESTS OR BUILD_BENCH OR BUILD_FUZZ_BINARY)
if(BUILD_DAEMON OR BUILD_GUI OR BUILD_CLI OR BUILD_TESTS OR BUILD_BENCH OR BUILD_FUZZ_BINARY OR WITH_MULTIPROCESS)
find_package(Libevent 2.1.8 MODULE REQUIRED)
endif()

Expand Down

0 comments on commit d6cf46e

Please sign in to comment.