Skip to content

Commit

Permalink
Go with CMake 3.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth committed Dec 11, 2022
1 parent 9f52e79 commit 440028e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if(DEFINED CMAKE_JS_VERSION)
endif()
endif()

cmake_minimum_required(VERSION 3.23.2)
cmake_minimum_required(VERSION 3.21.4)
project(RealmJS)

# Use ccache if available
Expand Down
4 changes: 2 additions & 2 deletions contrib/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ The following dependencies are required. All except Xcode can be installed by fo
- Newer versions may work, but 13.1 is the current recommended version, which can be downloaded from [Apple](https://developer.apple.com/download/all/?q=xcode%2013.1). To install older Xcode versions, [Xcodes.app](https://github.com/RobotsAndPencils/XcodesApp) is highly recommended
- [Node.js](https://nodejs.org/en/) version 13 or later
- Consider [using NVM](https://github.com/nvm-sh/nvm#installing-and-updating) to enable fast switching between Node.js & NPM versions
- [CMake](https://cmake.org/) 3.23.2 or later
- [CMake](https://cmake.org/) 3.21.4 or later
- [OpenJDK 8](https://openjdk.java.net/install/)
- [Android SDK 23+](https://developer.android.com/studio/index.html#command-tools)
- Optionally, you can install [Android Studio](https://developer.android.com/studio)
- [Android NDK 21.0](https://developer.android.com/ndk/downloads/index.html)
- [Android NDK 23](https://developer.android.com/ndk/downloads/index.html)
- [Android CMake](https://developer.android.com/ndk/guides/cmake)
- [Docker](https://www.docker.com/) is used for testing. You can install it through Homebrew: `brew install --cask docker`.

Expand Down

0 comments on commit 440028e

Please sign in to comment.