| commit | 71b384c57b1e1e4179645a37251e629f2135e04a | [log] [tgz] |
|---|---|---|
| author | Thomas Klausner <tk@giga.or.at> | Fri Oct 06 12:38:57 2017 +0200 |
| committer | Thomas Klausner <tk@giga.or.at> | Fri Oct 06 12:38:57 2017 +0200 |
| tree | 3bb30e9a10b8481db72caa49501cffeca3d0bbd0 | |
| parent | 252b1c4e836d54a9d5eae305a01b43804dbf9c9f [diff] |
Set cmake minimum version to 3.0.2. This version documents BUILD_SHARED_LIBS which we use.
diff --git a/CMakeLists.txt b/CMakeLists.txt index 705c61e..b089c7d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ # 1. Problems generating html pages. # 2. create usable libtool .la file -CMAKE_MINIMUM_REQUIRED(VERSION 2.6) +CMAKE_MINIMUM_REQUIRED(VERSION 3.0.2) PROJECT(libzip C)