cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCPACK_BINARY_DEB:BOOL=ON ../
CMake Error at CMakeLists.txt:3 (cmake_minimum_required):
CMake 3.1.0 or higher is required. You are running version 2.8.12.2
-- Configuring incomplete, errors occurred!
How do I update to 3.1.0 or higher?
--