# HG changeset patch # User František Kučera # Date 1545257419 -3600 # Node ID b651588147d164216815051ec741dc0fd660c620 # Parent 8a5423a985718c551cf2811ec9558322dca6039e builds with cmake 3.7.2 (e.g. on Debian GNU/Linux 9.6) diff -r 8a5423a98571 -r b651588147d1 CMakeLists.txt --- a/CMakeLists.txt Tue Dec 18 22:44:59 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-out-nullbyte.cpp) -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.7.2) add_subdirectory (src)