From 3f6ed1e49da002ebeadd4030410cf9abb0e7989c Mon Sep 17 00:00:00 2001
From: B13nch3n <stefan.bienert@me.com>
Date: Mon, 1 Jul 2019 23:11:04 +0200
Subject: [PATCH] SCHWED-3977: Env.var for building on macOS made futureproof.

---
 modules/doc/install.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/doc/install.rst b/modules/doc/install.rst
index 7028f56e0..cae872a7c 100644
--- a/modules/doc/install.rst
+++ b/modules/doc/install.rst
@@ -327,7 +327,7 @@ line. If omitted, the linker will throw a bunch of warnings later:
 
 .. code-block:: bash
 
-  export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
+  export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
 
 Homebrew installs all the software under /usr/local. Thus we have to tell cmake
 where to find Boost and Python. Also the Python headers and libraries are not
-- 
GitLab