From f0fb82fdd674e0255bec7391c7442f01a4478ef8 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 9 Dec 2019 04:15:07 +0300 Subject: set minimum CMake version --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 071f225..b42e3f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,5 @@ +cmake_minimum_required(VERSION 3.1) + project(math_server CXX) option(ENABLE_TESTS "build the tests") -- cgit v1.2.3