Remove CMake note about incompatibility on macOS.

This commit is contained in:
Kalila 2021-10-23 14:41:22 -04:00 committed by GitHub
parent b684d83272
commit ad36978ec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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