mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-04-10 00:11:19 +00:00
updated cmake version requirement
This commit is contained in:
parent
0dbc4e1e38
commit
51f0d95f0f
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#Build the OpenGL extension wrangler
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
cmake_minimum_required(VERSION 3.10.3)
|
||||
|
||||
#project(glew)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# Download sqlite3 amalgamation sources from https://www.sqlite.org/download.html
|
||||
#
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
cmake_minimum_required(VERSION 3.10.3)
|
||||
|
||||
#project(sqlite3)
|
||||
|
||||
|
|
Loading…
Reference in a new issue