1CMAKE_MINIMUM_REQUIRED_VERSION 2------------------------------ 3 4The ``<min>`` version of CMake given to the most recent call to the 5:command:`cmake_minimum_required(VERSION)` command in the current 6variable scope or any parent variable scope. 7