We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9b539 commit abb8f98Copy full SHA for abb8f98
src/CMakeLists.txt
@@ -57,6 +57,7 @@ ExternalProject_Add(
57
# The CMAKE_INSTALL_INCLUDEDIR built-in was introduced in CMake 3.14.
58
# Sadly current Visual Studio (16.11.3) ships with CMake 3.13, so we have to work around the missing built-in.
59
-DCMAKE_INSTALL_INCLUDEDIR=include
60
+ -DPA_USE_ASIO=ON
61
EXCLUDE_FROM_ALL
62
)
63
0 commit comments