bump CMake minimum required version to avoid warnings

This commit is contained in:
Alex Murkoff 2024-05-22 16:24:04 +07:00
parent 58b550871d
commit e2127b9b93

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.!
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
file(STRINGS "VERSION.txt" SPM_VERSION)
message(STATUS "VERSION: ${SPM_VERSION}")