diff options
| author | 2021-12-12 22:44:05 -0800 | |
|---|---|---|
| committer | 2021-12-12 22:44:05 -0800 | |
| commit | a2f842ce5446ea481d14302e557c25015e7c76b0 (patch) | |
| tree | a367a1756d7d076a9b70b1cb1366b0d409f3bf81 | |
| parent | Merge pull request #7462 from bunnei/kernel-improve-scheduling (diff) | |
| parent | build: update cubeb and remove the result_of comment (diff) | |
| download | yuzu-a2f842ce5446ea481d14302e557c25015e7c76b0.tar.gz yuzu-a2f842ce5446ea481d14302e557c25015e7c76b0.tar.xz yuzu-a2f842ce5446ea481d14302e557c25015e7c76b0.zip | |
Merge pull request #7527 from Tachi107/cubeb-result_of
build: update cubeb and remove the result_of comment
Diffstat (limited to '')
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| m--------- | externals/cubeb | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c834e9396..a810e11c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -131,7 +131,7 @@ add_definitions(-DBOOST_ASIO_DISABLE_CONCEPTS) | |||
| 131 | if (MSVC) | 131 | if (MSVC) |
| 132 | add_compile_options($<$<COMPILE_LANGUAGE:CXX>:/std:c++latest>) | 132 | add_compile_options($<$<COMPILE_LANGUAGE:CXX>:/std:c++latest>) |
| 133 | 133 | ||
| 134 | # cubeb and boost still make use of deprecated result_of. | 134 | # boost still makes use of deprecated result_of. |
| 135 | add_definitions(-D_HAS_DEPRECATED_RESULT_OF) | 135 | add_definitions(-D_HAS_DEPRECATED_RESULT_OF) |
| 136 | else() | 136 | else() |
| 137 | set(CMAKE_CXX_STANDARD 20) | 137 | set(CMAKE_CXX_STANDARD 20) |
diff --git a/externals/cubeb b/externals/cubeb | |||
| Subproject 1d66483ad2b93f0e00e175f9480c771af90003a | Subproject 75d9d125ee655ef80f3bfcd97ae5a805931042b | ||