chore: update storybook minimum mac version

This commit is contained in:
Iuri Matias 2024-09-03 12:45:59 -04:00
parent c0885d66db
commit 16d0df694c
1 changed files with 1 additions and 1 deletions

View File

@ -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(