Commit 091620ce authored by Dominik Charousset's avatar Dominik Charousset

Fix ASIO setup for Jenkins

parent d07dd236
......@@ -10,5 +10,5 @@ elseif ("${LABEL_EXPR}" MATCHES "clang")
endif()
if ("${LABEL_EXPR}" MATCHES "asio")
message(STATUS "Set define to use boost asio for the multiplexer")
add_definitions(-DCAF_USE_ASIO)
set(CAF_USE_ASIO yes)
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