diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:46 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:27:46 +0100 |
commit | 5b1bb88e777883cd875b317fbef5a859153be7cb (patch) | |
tree | 656b9bbc86ce9c4cdb28654a0033dba9361b6920 /CMakeLists.txt | |
parent | c9e4c786569c2a781e83593ef319e04d385f3dae (diff) | |
download | mplayerthumbs-5b1bb88e777883cd875b317fbef5a859153be7cb.tar.gz mplayerthumbs-5b1bb88e777883cd875b317fbef5a859153be7cb.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b89fc39..4f859d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 2.8.12 ) #### general package setup |