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