Bump minimum CMake version to 3.0

A nice, round number.  This allows us to remove some boilerplate.
This commit is contained in:
2020-10-26 15:05:26 +01:00
parent 504f1ce2f5
commit 7743e21bca
3 changed files with 17 additions and 44 deletions

View File

@@ -49,9 +49,6 @@ Or you can try telling CMake to make a package for you. For Debian it is:
$ cpack -G DEB
# dpkg -i sdtui-*.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, simply run it with a StarDict '.ifo' file as an
argument. It is however highly recommended to configure it, see below.