We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b52fe28 + e80bc72 commit 8fd9893Copy full SHA for 8fd9893
CMakeLists.txt
@@ -27,6 +27,7 @@ add_library ( chops::periodic_timer ALIAS periodic_timer )
27
28
# thread support specified in Asio download
29
30
+include ( cmake/download_cpm.cmake )
31
include ( cmake/download_asio_cpm.cmake )
32
33
# configure library target
cmake/download_asio_cpm.cmake
@@ -10,7 +10,6 @@ set ( CMAKE_THREAD_PREFER_PTHREAD TRUE )
10
set ( THREADS_PREFER_PTHREAD_FLAG TRUE )
11
find_package ( Threads REQUIRED )
12
13
-include ( cmake/download_cpm.cmake )
14
CPMAddPackage ( "gh:chriskohlhoff/asio#asio-1-34-0@1.34.0" )
15
16
# ASIO doesn't use CMake, we have to configure it manually. Extra notes for using on Windows:
0 commit comments