# HG changeset patch # User František Kučera # Date 1545257418 -3600 # Node ID af3df945b51f1f2623b755964a291621fedcf793 # Parent f2c97faab8d9519473afecdb0b5dd16f52b8281e builds with cmake 3.7.2 (e.g. on Debian GNU/Linux 9.6) diff -r f2c97faab8d9 -r af3df945b51f CMakeLists.txt --- a/CMakeLists.txt Tue Dec 18 22:02:53 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-cli.cpp) -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.7.2) add_subdirectory (src)