Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ add_library ( chops::periodic_timer ALIAS periodic_timer )

# thread support specified in Asio download

include ( cmake/download_cpm.cmake )
include ( cmake/download_asio_cpm.cmake )

# configure library target
Expand Down
1 change: 0 additions & 1 deletion cmake/download_asio_cpm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ set ( CMAKE_THREAD_PREFER_PTHREAD TRUE )
set ( THREADS_PREFER_PTHREAD_FLAG TRUE )
find_package ( Threads REQUIRED )

include ( cmake/download_cpm.cmake )
CPMAddPackage ( "gh:chriskohlhoff/asio#asio-1-34-0@1.34.0" )

# ASIO doesn't use CMake, we have to configure it manually. Extra notes for using on Windows:
Expand Down