Update CMakeLists.txt to require CMake version 3.13 and set policy for compatibility

This commit is contained in:
2025-10-02 22:16:27 +01:00
parent 8f9abf7288
commit e77cce7a7f
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
cmake_minimum_required(VERSION 3.13)
# 'Google_test' is the subproject name
project(tests)