docs: Update BUILD.md for CMake versions
[platform/upstream/Vulkan-Tools.git] / BUILD.md
index 23895cf..9b6aaba 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -197,7 +197,7 @@ generate the native platform files.
     - [2017](https://www.visualstudio.com/vs/downloads/)
   - The Community Edition of each of the above versions is sufficient, as
     well as any more capable edition.
-- [CMake](http://www.cmake.org/download/) (CI uses CMake 3.12.2)
+- CMake: Continuous integration tools use [CMake 3.12.2](https://github.com/Kitware/CMake/releases/tag/v3.12.2) for Windows
   - Use the installer option to add CMake to the system PATH
 - Git Client Support
   - [Git for Windows](http://git-scm.com/download/win) is a popular solution
@@ -344,13 +344,13 @@ that the minimum supported compiler versions are GCC 4.8.2 and Clang 3.4,
 although earlier versions may work. It should be straightforward to adapt this
 repository to other Linux distributions.
 
+The continuous integration tools use [CMake 3.12.4](https://github.com/Kitware/CMake/releases/tag/v3.12.4) for Linux
+
 #### Required Package List
 
     sudo apt-get install git cmake build-essential libx11-xcb-dev \
         libxkbcommon-dev libwayland-dev libxrandr-dev
 
-*Note: CI uses CMake 3.12.4*
-
 ### Linux Build
 
 The general approach is to run CMake to generate make files. Then either run
@@ -688,6 +688,8 @@ first build layers using steps above, then run:
 
 Tested on OSX version 10.12.6
 
+The continuous integration tools use [CMake 3.11.3](https://github.com/Kitware/CMake/releases/tag/v3.11.3) for MacOS
+
 Setup Homebrew and components
 
 - Follow instructions on [brew.sh](http://brew.sh) to get Homebrew installed.
@@ -703,8 +705,6 @@ Setup Homebrew and components
 
       brew install cmake python python3 git
 
-*Note:* CI uses CMake 3.11.3
-
 ### Clone the Repository
 
 Clone the Vulkan-Tools repository as defined above in the [Download the Repository](#download-the-repository)