Skip to content

Commit

Permalink
Add ASIO as a backend
Browse files Browse the repository at this point in the history
See #67
  • Loading branch information
dechamps committed Jun 27, 2024
1 parent 3b9b539 commit abb8f98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit abb8f98

Please sign in to comment.