diff options
author | Anton Adamansky <adamansky@gmail.com> | 2015-03-27 17:43:06 +0600 |
---|---|---|
committer | Anton Adamansky <adamansky@gmail.com> | 2015-03-27 17:43:06 +0600 |
commit | 0e571de684877ef256c22d3a495742f1abba0915 (patch) | |
tree | 9c0b72ce034efb23c65eccb1332f94005110d85e /CMakeLists.txt | |
parent | f5056543b2f5feb2fe4cb990099677b7df25cf0a (diff) | |
download | ejdb-0e571de684877ef256c22d3a495742f1abba0915.tar.gz ejdb-0e571de684877ef256c22d3a495742f1abba0915.tar.bz2 ejdb-0e571de684877ef256c22d3a495742f1abba0915.zip |
#121
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b851855..6692749 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,6 @@ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 2.6) +#cmake_policy(VERSION 2.6) + set(PROJECT_NAME "ejdb") set(PROJECT_VENDOR "Softmotions") set(PROJECT_WEBSITE "http://ejdb.org") |