From f4587c596feb022fe2e681bb7f2b8283b4f72a37 Mon Sep 17 00:00:00 2001 From: Andrea Pappacoda Date: Mon, 6 Dec 2021 18:56:43 +0100 Subject: build: update cubeb and remove the result_of comment Cubeb doesn't use result_of anymore, it has been dropped in commit mozilla/cubeb@75d9d125ee655ef80f3bfcd97ae5a805931042b8 --- CMakeLists.txt | 2 +- externals/cubeb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 61510cc0f..bb858dda3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,7 +131,7 @@ add_definitions(-DBOOST_ASIO_DISABLE_CONCEPTS) if (MSVC) add_compile_options($<$:/std:c++latest>) - # cubeb and boost still make use of deprecated result_of. + # boost still makes use of deprecated result_of. add_definitions(-D_HAS_DEPRECATED_RESULT_OF) else() set(CMAKE_CXX_STANDARD 20) diff --git a/externals/cubeb b/externals/cubeb index 1d66483ad..75d9d125e 160000 --- a/externals/cubeb +++ b/externals/cubeb @@ -1 +1 @@ -Subproject commit 1d66483ad2b93f0e00e175f9480c771af90003a7 +Subproject commit 75d9d125ee655ef80f3bfcd97ae5a805931042b8 -- cgit v1.2.3