mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2024-11-15 12:15:43 +08:00
Bump minimum CMake version to 3.12.0
Since we use target_compile_definitions that was introduced in this version.
This commit is contained in:
parent
50b7b905d6
commit
ac7134b71b
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.7.0)
|
||||
cmake_minimum_required(VERSION 3.12.0)
|
||||
|
||||
project(SingleApplication LANGUAGES CXX)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user