CMake is an open-source, cross-platform family of tools which can be used with the SDK to build, test and package software.
Linux
wget https://github.com/Kitware/CMake/releases/download/v3.16.2/cmake-3.16.2.tar.gz
tar -zxvf cmake-3.16.2.tar.gz
cd cmake-3.16.2
./bootstrap
make
sudo make install
Windows
Please install cmake in any directory that does not contain spaces, i.e. c:\cmake. This is to avoid path issues with cmake.
Copyright (C) 2019 Wind River Systems, Inc.