Unverified Commit d718d2c0 authored by Ozan Tezcan's avatar Ozan Tezcan Committed by GitHub
Browse files

Set minimum CMake supported version as 3.7.2 (#83)

parent 9f348d65
......@@ -9,7 +9,7 @@
# make && make tests_full
project(raft C)
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.7.2)
macro(define_test name)
add_executable(${name}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment