diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:38 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:27:38 +0100 |
commit | 924329fe36b01e8c88d5e640cf1c2aca4398363d (patch) | |
tree | 1adf4e0f76580db980606a61a7d952e34cfc8ec0 | |
parent | ed432050d85afcc3cd5b6f3241980a4f0f800454 (diff) | |
download | libcaldav-924329fe36b01e8c88d5e640cf1c2aca4398363d.tar.gz libcaldav-924329fe36b01e8c88d5e640cf1c2aca4398363d.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fcb2a62..b760159 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 |