diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:47 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:27:47 +0100 |
commit | bcfba6b49d8eaacd8f7c4f375722ccb9d93cdda3 (patch) | |
tree | 7bcf98c8c5c140540b6efc8ec37856338072dd6e | |
parent | c61f1ff91c551eee8b6bea369bccdc4a8b1c5fd8 (diff) | |
download | tde-style-ia-ora-bcfba6b49d8eaacd8f7c4f375722ccb9d93cdda3.tar.gz tde-style-ia-ora-bcfba6b49d8eaacd8f7c4f375722ccb9d93cdda3.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 51bfa6f..1c71865 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 |