diff options
| author | bunnei <bunneidev@gmail.com> | 2021-12-12 22:44:05 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-12 22:44:05 -0800 |
| commit | a2f842ce5446ea481d14302e557c25015e7c76b0 (patch) | |
| tree | a367a1756d7d076a9b70b1cb1366b0d409f3bf81 /CMakeLists.txt | |
| parent | 280c77989880e81f622440b157a0ce1b7139847b (diff) | |
| parent | f4587c596feb022fe2e681bb7f2b8283b4f72a37 (diff) | |
Merge pull request #7527 from Tachi107/cubeb-result_of
build: update cubeb and remove the result_of comment
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 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) if (MSVC) add_compile_options($<$<COMPILE_LANGUAGE:CXX>:/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) |
