mirror of
https://github.com/st3fan/ewm.git
synced 2025-01-03 09:29:45 +00:00
Fixes #174 - Support CMake (Lower CMake version)
This commit is contained in:
parent
3f1d258646
commit
95dcce4bba
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.9)
|
||||
cmake_minimum_required(VERSION 3.7)
|
||||
project(EWM)
|
||||
|
||||
set(CMAKE_C_FLAGS "-O3 -flto")
|
||||
|
Loading…
Reference in New Issue
Block a user