mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-14 18:55:58 +01:00
cmake: bump minimum version to 3.5
newer cmake complains
This commit is contained in:
parent
67a3d1f42a
commit
5a29688ca2
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.4)
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
set(CMAKE_CXX_COMPILER "/bin/g++")
|
||||
|
||||
|
|
Loading…
Reference in a new issue