Commit 7041c455 authored by Dominik Charousset's avatar Dominik Charousset

Fix CMake setup for non-ASIO bulids

parent 816ab9f3
......@@ -281,6 +281,8 @@ if(CAF_USE_ASIO)
set(CAF_USE_ASIO no)
set(CAF_USE_ASIO_INT -1)
endif()
else()
set(CAF_USE_ASIO_INT -1)
endif()
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/cmake/build_config.hpp.in"
......
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