This commit is contained in:
milek7
2019-01-18 00:26:48 +01:00
parent aa82349aee
commit f63bd04bfe
17 changed files with 542 additions and 463 deletions

View File

@@ -27,11 +27,7 @@ else()
else()
find_path(ASIO_ROOT include/asio.hpp
PATHS
# Where asio lives relative to it's official repository
${CMAKE_CURRENT_LIST_DIR}/../../asio/asio
# Where asio should live
${CMAKE_CURRENT_LIST_DIR}/../../asio
${CMAKE_CURRENT_LIST_DIR}/../ref/asio/asio
)
if(NOT ASIO_ROOT)
if(ASIO_FIND_REQUIRED)