]> git.ipfire.org Git - thirdparty/zstd.git/commit
Check CMake minor version support for VERSION_LESS_EQUAL 1490/head
authorErik Webb <erikwebb@google.com>
Thu, 3 Jan 2019 20:26:20 +0000 (15:26 -0500)
committerErik Webb <erikwebb@google.com>
Thu, 3 Jan 2019 20:26:20 +0000 (15:26 -0500)
commit9448a3790dec147ac05a3ba02bcbb52a5b9b090a
treec334683454c62ff071a48f24816923dcdc5799ff
parentf9e4f89252f5cddb7a02a4e106e9280807c2bcd8
Check CMake minor version support for VERSION_LESS_EQUAL

VERSION_LESS_EQUAL is only available to CMake 3.7+. This adds additional
logic to check that CMAKE_MINOR_VERSION is at least 7.

Fixes #1489
build/cmake/CMakeLists.txt