diff --git a/chapters/intro/installing.md b/chapters/intro/installing.md index 0847608..9a61759 100644 --- a/chapters/intro/installing.md +++ b/chapters/intro/installing.md @@ -73,8 +73,8 @@ Here are some common build environments and the CMake version you'll find on the | [AlpineLinux 3.11](https://pkgs.alpinelinux.org/packages?name=cmake&branch=v3.11)| 3.15.5 | Useful in Docker | | [Python PyPI][PyPI] | 3.15.3 | Just `pip install cmake` on many systems. Add `--user` for local installs. (ManyLinux1 (old pip or OS) gets CMake 3.13.3)| | [Anaconda][] | 3.14.0 | For use with Conda | -| [Conda-Forge][] | 3.16.2 | For use with Conda | -| [Homebrew on macOS][homebrew] | 3.16.2 | On macOS with Homebrew, this is only a few minutes behind cmake.org. | +| [Conda-Forge][] | 3.16.3 | For use with Conda | +| [Homebrew on macOS][homebrew] | 3.16.3 | On macOS with Homebrew, this is only a few minutes behind cmake.org. | | [MacPorts on macOS][macports] | 3.16.3 | Useful if you use the less popular MacPorts. | | [Chocolaty on Windows][chocolaty] | 3.16.2 | Also up to date. The normal cmake.org installers are common on Windows, as well. | | [TravisCI Xenial](https://docs.travis-ci.com/user/reference/xenial/#compilers-and-build-toolchain) | 3.12.4 | Mid November 2018 this image became ready for widescale use. | diff --git a/chapters/intro/newcmake.md b/chapters/intro/newcmake.md index 9bd383d..6f61726 100644 --- a/chapters/intro/newcmake.md +++ b/chapters/intro/newcmake.md @@ -151,7 +151,7 @@ shiny new Python find module (2 and 3 versions too), and many more. * Support for `cmake_minimum_required` ranges (backward compatible) * Support for `-j,--parallel` in `--build` mode (passed on to build tool) -* Support for `$