1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +02:00

Replace usage of std::uncaught_exception

* Update minimum MacOS version to 10.12 Sierra
* Replace `std::uncaught_exception` with `std::uncaught_exceptions`

Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
Reference-to: https://github.com/tenacityteam/tenacity/pull/481
This commit is contained in:
Sol Fisher Romanoff
2021-08-15 17:04:30 +03:00
committed by GitHub
parent 4e877b8aed
commit c51b450d6c
3 changed files with 13 additions and 13 deletions

View File

@@ -66,7 +66,7 @@ cmake_policy( SET CMP0075 NEW )
# Definitions that must happen before the project() command
if( APPLE )
set( MIN_MACOS_VERSION 10.9 )
set( MIN_MACOS_VERSION 10.12 )
set( TARGET_MACOS_VERSION 10.13 )
# Generate schema files
set( CMAKE_XCODE_GENERATE_SCHEME ON )