mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
Bump CMake version to 3.10
Fixes a deprecation warning with new CMake versions.
This commit is contained in:
parent
f93dd58ea0
commit
55b67a6591
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.9)
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
|
||||
project(quickjs LANGUAGES C)
|
||||
|
||||
|
|
Loading…
Reference in a new issue