mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 18:31:59 -05:00
Sync cmake version required for tests to main project (#18766)
b7a1db6e69/CMakeLists.txt (L2)
This commit is contained in:
parent
b90eab89fe
commit
0f11246a81
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 2.6)
|
||||
cmake_minimum_required(VERSION 3.9)
|
||||
|
||||
find_package(GTest REQUIRED)
|
||||
|
||||
|
|
Loading…
Reference in a new issue