# HG changeset patch # User František Kučera # Date 1545257419 -3600 # Node ID 1ef941b08a79d53e494a3d683d311582a9d8dd01 # Parent f6fba79c1ed1cd5a97f59bb4b4853da6cb4341d2 builds with cmake 3.7.2 (e.g. on Debian GNU/Linux 9.6) diff -r f6fba79c1ed1 -r 1ef941b08a79 CMakeLists.txt --- a/CMakeLists.txt Tue Dec 18 22:45:00 2018 +0100 +++ b/CMakeLists.txt Wed Dec 19 23:10:19 2018 +0100 @@ -15,5 +15,5 @@ # along with this program. If not, see . project (relpipe-tr-cut.cpp) -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.7.2) add_subdirectory (src)