Fix CMake warning by bumping version
parent
1b1be7c87c
commit
2acc18ead4
|
@ -1,4 +1,4 @@
|
||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.20)
|
||||||
project(Browser)
|
project(Browser)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.20)
|
||||||
|
|
||||||
project(DigitalClock LANGUAGES CXX)
|
project(DigitalClock LANGUAGES CXX)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
|
||||||
# CMP0000: Call the cmake_minimum_required() command at the beginning of the top-level
|
# CMP0000: Call the cmake_minimum_required() command at the beginning of the top-level
|
||||||
# CMakeLists.txt file even before calling the project() command.
|
# CMakeLists.txt file even before calling the project() command.
|
||||||
# The cmake_minimum_required(VERSION) command implicitly invokes the cmake_policy(VERSION)
|
# The cmake_minimum_required(VERSION) command implicitly invokes the cmake_policy(VERSION)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.20)
|
||||||
|
|
||||||
project(OGBrowser LANGUAGES CXX)
|
project(OGBrowser LANGUAGES CXX)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue