Skip to content

Commit abb8f98

Browse files
committed
Add ASIO as a backend
See #67
1 parent 3b9b539 commit abb8f98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ ExternalProject_Add(
5757
# The CMAKE_INSTALL_INCLUDEDIR built-in was introduced in CMake 3.14.
5858
# Sadly current Visual Studio (16.11.3) ships with CMake 3.13, so we have to work around the missing built-in.
5959
-DCMAKE_INSTALL_INCLUDEDIR=include
60+
-DPA_USE_ASIO=ON
6061
EXCLUDE_FROM_ALL
6162
)
6263

0 commit comments

Comments
 (0)