# HG changeset patch # User František Kučera # Date 1545257418 -3600 # Node ID 24e4b4cd8982f09fa59769f947c1c2ad0828abf8 # Parent 58cf7b0218373b9fa36322788c31d603e7fd2176 builds with cmake 3.7.2 (e.g. on Debian GNU/Linux 9.6) diff -r 58cf7b021837 -r 24e4b4cd8982 CMakeLists.txt --- a/CMakeLists.txt Tue Dec 18 22:44:59 2018 +0100 +++ b/CMakeLists.txt Wed Dec 19 23:10:18 2018 +0100 @@ -15,5 +15,5 @@ # along with this program. If not, see . project (relpipe-in-fstab.cpp) -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.7.2) add_subdirectory (src)