From 5e66f5402d2c1165324fae9747e815380d495cb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 27 Oct 2020 11:53:49 +0100 Subject: Bump minimum CMake version to 3.0 A nice, round number. This allows us to remove some boilerplate. --- README.adoc | 3 --- 1 file changed, 3 deletions(-) (limited to 'README.adoc') diff --git a/README.adoc b/README.adoc index 0cb4103..8ae9973 100644 --- a/README.adoc +++ b/README.adoc @@ -35,9 +35,6 @@ Or you can try telling CMake to make a package for you. For Debian it is: $ cpack -G DEB # dpkg -i hex-*.deb -Note that for versions of CMake before 2.8.9, you need to prefix `cpack` with -`fakeroot` or file ownership will end up wrong. - Having the program installed, optionally create a configuration file and run it on a file of your choice. -- cgit v1.2.3