mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-07-13 21:02:34 +08:00
Raised minimum cmake version to 3.12, should fix errors about add_compile_definitions
Signed-off-by: Alexis Maiquez <almamu@almamu.com>
This commit is contained in:
parent
ec6164c4cf
commit
4561f5ca7f
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
cmake_minimum_required(VERSION 3.12)
|
||||
project(wallengine)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
Loading…
Reference in New Issue
Block a user