From a017200ae54eb26e2e60e7d4847e47d69b2cc2ed Mon Sep 17 00:00:00 2001 From: Merry Date: Wed, 13 Nov 2019 09:26:14 +0000 Subject: [PATCH] Updated Building for macOS (markdown) --- Building-for-macOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-macOS.md b/Building-for-macOS.md index b09e75d..3867bc3 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -38,7 +38,7 @@ export Qt5_DIR=$(brew --prefix)/opt/qt5 Now you can generate makefiles for the build: ```bash -export MACOSX_DEPLOYMENT_TARGET=10.12 +export MACOSX_DEPLOYMENT_TARGET=10.14 mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=Release