--- CMakeLists.txt 2023-12-14 01:10:33 +++ CMakeLists.txt 2023-12-14 01:10:58 @@ -1,7 +1,8 @@ # Available CMake versions: # - Ubuntu 20.04 LTS : 3.16.3 # - Solaris 11.4 SRU 15 : 3.15 -cmake_minimum_required(VERSION 3.15) +# Disable minimum CMake version check to allow use of cmake-bootstrap +# cmake_minimum_required(VERSION 3.15) # Since this project's version is loaded from other files, this policy # will help suppress the warning generated by cmake.