From 16d0df694c7986478c54df902da39ebeeb8607e0 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Tue, 3 Sep 2024 12:45:59 -0400 Subject: [PATCH] chore: update storybook minimum mac version --- storybook/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storybook/CMakeLists.txt b/storybook/CMakeLists.txt index f122a66630..3746ed626d 100644 --- a/storybook/CMakeLists.txt +++ b/storybook/CMakeLists.txt @@ -15,7 +15,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) if (APPLE) - set(MACOS_VERSION_MIN_FLAGS -mmacosx-version-min=10.14) + set(MACOS_VERSION_MIN_FLAGS -mmacosx-version-min=11.0) endif() find_package(