Fix to_char error on MacOS

This commit is contained in:
Malachi
2025-04-26 23:03:53 +01:00
committed by OpenSauce
parent 5fc48cfc8d
commit 4a34bcfcbf
+1 -1
View File
@@ -42,7 +42,7 @@ if (APPLE)
set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE BOTH)
else()
# Minimum macOS 13
set(CMAKE_OSX_DEPLOYMENT_TARGET "13.0")
set(CMAKE_OSX_DEPLOYMENT_TARGET "13.4")
endif()
endif()