Commit d07dd236 authored by Joseph Noir's avatar Joseph Noir

Enable Jenkins to use the asio tag

parent 456d50a7
......@@ -8,3 +8,7 @@ elseif ("${LABEL_EXPR}" MATCHES "clang")
set(CMAKE_C_COMPILER "clang" CACHE STRING "c++ compiler option")
set(CMAKE_CXX_COMPILER "clang++" CACHE STRING "c++ compiler option")
endif()
if ("${LABEL_EXPR}" MATCHES "asio")
message(STATUS "Set define to use boost asio for the multiplexer")
add_definitions(-DCAF_USE_ASIO)
endif()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment