at 18.03-beta 15 lines 429 B view raw
1 2Fix "No known features for CXX compiler", see 3https://cmake.org/pipermail/cmake/2016-December/064733.html and the note at 4https://cmake.org/cmake/help/v3.10/command/cmake_minimum_required.html 5--- a/CMakeLists.txt 6+++ b/CMakeLists.txt 7@@ -8,7 +8,7 @@ 8 # 9 #======================================================================== 10 11-cmake_minimum_required(VERSION 2.8.8) 12+cmake_minimum_required(VERSION 3.1.0) 13 14 project(xpdf) 15