From ad36978ec1bf9c9bb4f68fe19ac615228b823f2e Mon Sep 17 00:00:00 2001 From: Kalila <69767640+digisomni@users.noreply.github.com> Date: Sat, 23 Oct 2021 14:41:22 -0400 Subject: [PATCH] Remove CMake note about incompatibility on macOS. --- BUILD_OSX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD_OSX.md b/BUILD_OSX.md index c704503ece..ee14b3b24e 100644 --- a/BUILD_OSX.md +++ b/BUILD_OSX.md @@ -14,7 +14,7 @@ Please read the [general build guide](BUILD.md) for information on dependencies brew install cmake openssl npm ``` -**Note:** CMake versions > 3.18.x have known problems building Vircadia, so alternatively you can download cmake 3.18.4 (or earlier versions) from [Github](https://github.com/Kitware/CMake/releases). +**Note:** You can also download alternative CMake versions from [Github](https://github.com/Kitware/CMake/releases) if needed. ### Python 3