mirror of
https://github.com/google/snappy.git
synced 2024-11-28 05:44:33 +00:00
Fix minimum version requirement for cmake
WINDOWS_EXPORT_ALL_SYMBOLS was introduced in CMake 3.4
This commit is contained in:
parent
548501c988
commit
fe016bcccb
|
@ -1,4 +1,4 @@
|
|||
CMAKE_MINIMUM_REQUIRED(VERSION 3.1)
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 3.4)
|
||||
PROJECT(Snappy VERSION 1.1.6 LANGUAGES C CXX)
|
||||
|
||||
SET(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
|
|
Loading…
Reference in a new issue