From abb8f98a3425dc9b3faf902b29f088ca6514cb53 Mon Sep 17 00:00:00 2001 From: Etienne Dechamps Date: Thu, 27 Jun 2024 19:36:46 +0100 Subject: [PATCH] Add ASIO as a backend See #67 --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b6f1e08..08be07a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -57,6 +57,7 @@ ExternalProject_Add( # The CMAKE_INSTALL_INCLUDEDIR built-in was introduced in CMake 3.14. # Sadly current Visual Studio (16.11.3) ships with CMake 3.13, so we have to work around the missing built-in. -DCMAKE_INSTALL_INCLUDEDIR=include + -DPA_USE_ASIO=ON EXCLUDE_FROM_ALL )