fix issue compiling tests in some situations;

pull/20/head
Bryan Biedenkapp 3 years ago
parent b8875c6a45
commit 11b27bca76

@ -405,7 +405,6 @@ find_package(Threads REQUIRED)
if (NOT WITH_ASIO)
find_package(ASIO REQUIRED)
else()
add_library(asio::asio INTERFACE IMPORTED)
target_include_directories(asio::asio INTERFACE ${ASIO_INCLUDE_DIR})
target_compile_definitions(asio::asio INTERFACE "ASIO_STANDALONE")
target_link_libraries(asio::asio INTERFACE Threads::Threads)

Loading…
Cancel
Save

Powered by TurnKey Linux.