summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lothian <mike@fireburn.co.uk>2024-11-05 23:00:16 +0000
committerMike Lothian <mike@fireburn.co.uk>2024-11-22 10:54:54 +0000
commitb7ba913f152faeafe7a7d02168830a2a598038d3 (patch)
treee4125c57a5945bc7c9c9c907e85639533c38faa2
parent67bbab2d5ff0ff18f29765974253d3c99e30caf7 (diff)
Fix compiling with boost 1.86 - reenable ASIO concepts
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 127e3a4a5..2b3dc15f8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -273,8 +273,6 @@ endif()
# Configure C++ standard
# ===========================
-# boost asio's concept usage doesn't play nicely with some compilers yet.
-add_definitions(-DBOOST_ASIO_DISABLE_CONCEPTS)
if (MSVC)
add_compile_options($<$<COMPILE_LANGUAGE:CXX>:/std:c++20>)