Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/neverlord/broker-tools'
Browse files Browse the repository at this point in the history
* origin/topic/neverlord/broker-tools:
  Disable tools when building Broker as sub-project
  • Loading branch information
0xxon committed Apr 29, 2024
2 parents 48660b7 + 8ea6930 commit 80204cb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,11 @@ endif ()

# -- Tools and benchmarks -----------------------------------------------------

add_subdirectory(broker-node)
add_subdirectory(broker-pipe)
add_subdirectory(broker-throughput)
if (NOT broker_is_subproject)
add_subdirectory(broker-node)
add_subdirectory(broker-pipe)
add_subdirectory(broker-throughput)
endif ()

# -- Bindings -----------------------------------------------------------------

Expand Down

0 comments on commit 80204cb

Please sign in to comment.