Add lzma and zlib support to cmake build system

cmake 2.8.9 needed for FindLibLZMA
This commit is contained in:
Milan Ševčík
2017-04-19 21:34:17 +02:00
parent e847730452
commit 522df42e10
2 changed files with 28 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
# ################################################################
PROJECT(zstd)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.7)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.9)
SET(ZSTD_SOURCE_DIR "${CMAKE_SOURCE_DIR}/../..")
#-----------------------------------------------------------------------------