From 5efac3b2a815d3ae8c38abae2775053ad706600c Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 25 Jul 2017 08:53:27 +0200 Subject: [PATCH] CMake: remove now-nonsensical comment --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0087d19c0..010959647 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,5 @@ project( calamares CXX ) -# The partition manager uses ECM but ECMConfig.cmake -# will complain if we require CMake less than 2.8.13, -# so never change this. cmake_minimum_required( VERSION 3.2 ) set( CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules" )