[Lldb-commits] [lldb] r308376 - [CMake] [NFC] Remove out of date and redundant version requirement

Chris Bieneman via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 18 14:15:14 PDT 2017


Author: cbieneman
Date: Tue Jul 18 14:15:14 2017
New Revision: 308376

URL: http://llvm.org/viewvc/llvm-project?rev=308376&view=rev
Log:
[CMake] [NFC] Remove out of date and redundant version requirement

Since we set the minimum required version elsewhere to be higher this actually has meaningful good impact.

Modified:
    lldb/trunk/cmake/modules/LLDBStandalone.cmake

Modified: lldb/trunk/cmake/modules/LLDBStandalone.cmake
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/cmake/modules/LLDBStandalone.cmake?rev=308376&r1=308375&r2=308376&view=diff
==============================================================================
--- lldb/trunk/cmake/modules/LLDBStandalone.cmake (original)
+++ lldb/trunk/cmake/modules/LLDBStandalone.cmake Tue Jul 18 14:15:14 2017
@@ -2,7 +2,6 @@
 # standalone project, using LLVM as an external library:
 if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
   project(lldb)
-  cmake_minimum_required(VERSION 2.8.12.2)
 
   if (POLICY CMP0022)
     cmake_policy(SET CMP0022 NEW) # automatic when 2.8.12 is required




More information about the lldb-commits mailing list