Skip to content

Commit

Permalink
build w/ zmq by default
Browse files Browse the repository at this point in the history
  • Loading branch information
proteanx committed Sep 13, 2020
1 parent 4995311 commit 80be6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}")
option(LINK_STATIC_LIBS "Use static linking" OFF)
option(BUILD_WALLET "Activate the wallet functionality" ON)
option(BUILD_WALLETTOOL "Build the wallet tool" OFF)
option(BUILD_ZMQ "Activate the ZeroMQ functionalities" OFF)
option(BUILD_ZMQ "Activate the ZeroMQ functionalities" ON)
option(BUILD_SEEDER "Build devault-seeder" OFF)
option(BUILD_CLI "Build devault-cli" ON)
option(BUILD_TX "Build devault-tx" ON)
Expand Down

0 comments on commit 80be6df

Please sign in to comment.