commit cb08d4a879bf63222a4462308b614d3209607737
Author: Scott Kostyshak <[email protected]>
Date: Sun Jun 10 14:21:23 2018 -0400
INSTALL.cmake: update min. CMake version to 3.1.0
As of 72a2f922, we require at least CMake version 3.1.0.
---
INSTALL.cmake | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/INSTALL.cmake b/INSTALL.cmake
index 4c8d478..540b68e 100644
--- a/INSTALL.cmake
+++ b/INSTALL.cmake
@@ -2,7 +2,7 @@
Building LyX with CMake
=========================
- Install CMake from www.cmake.org or your distribution (version >= 2.6.4).
+ Install CMake from www.cmake.org or your distribution (version >= 3.1.0).