# HG changeset patch # User František Kučera # Date 1545257419 -3600 # Node ID 7cf3d8dd7a524f533c74a3c5376d77d2f6317585 # Parent 8258414127e36b5a1a3bbb6b597afdc3bd387d0a builds with cmake 3.7.2 (e.g. on Debian GNU/Linux 9.6) diff -r 8258414127e3 -r 7cf3d8dd7a52 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-ods.cpp) -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.7.2) add_subdirectory (src)