Commit 6a6f8dfb authored by Dominik Charousset's avatar Dominik Charousset

Remove obsolete Jenkins config from helper script

parent 0dc60051
...@@ -8,7 +8,3 @@ elseif ("${LABEL_EXPR}" MATCHES "clang") ...@@ -8,7 +8,3 @@ elseif ("${LABEL_EXPR}" MATCHES "clang")
set(CMAKE_C_COMPILER "clang" CACHE STRING "C compiler option") set(CMAKE_C_COMPILER "clang" CACHE STRING "C compiler option")
set(CMAKE_CXX_COMPILER "clang++" CACHE STRING "C++ compiler option") set(CMAKE_CXX_COMPILER "clang++" CACHE STRING "C++ compiler option")
endif() endif()
if ("${LABEL_EXPR}" MATCHES "asio")
message(STATUS "Set define to use boost asio for the multiplexer")
set(CAF_USE_ASIO yes CACHE STRING "Enable ASIO in CAF")
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