diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:47 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:47 +0100 |
commit | 13557759954f07e32494d0171f52c1f79a19979d (patch) | |
tree | c3d582e1bdfe9c84bb45d626152955ecb7ff7336 | |
parent | 76fbfa72f66db5769c0c1dece665161a49c2b8c8 (diff) | |
download | smartcardauth-13557759954f07e32494d0171f52c1f79a19979d.tar.gz smartcardauth-13557759954f07e32494d0171f52c1f79a19979d.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f19ad2..af97801 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 |