Commit 244cfc42 authored by Hermann von Kleist's avatar Hermann von Kleist
Browse files

Require CMake 3.7

parent 2f29926d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.7)

project(Simple-Web-Server)