[compiler-rt] r244699 - NFC. Fixing a red squiggly line in my editor.
Chris Bieneman via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 16:31:43 PDT 2015
Author: cbieneman
Date: Tue Aug 11 18:31:43 2015
New Revision: 244699
URL: http://llvm.org/viewvc/llvm-project?rev=244699&view=rev
Log:
NFC. Fixing a red squiggly line in my editor.
Modified:
compiler-rt/trunk/CMakeLists.txt
Modified: compiler-rt/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/CMakeLists.txt?rev=244699&r1=244698&r2=244699&view=diff
==============================================================================
--- compiler-rt/trunk/CMakeLists.txt (original)
+++ compiler-rt/trunk/CMakeLists.txt Tue Aug 11 18:31:43 2015
@@ -22,7 +22,7 @@ endif()
if (NOT MSVC)
cmake_minimum_required(VERSION 2.8.8)
else()
- # Version 2.8.12.1 is required to build with Visual Studion 2013.
+ # Version 2.8.12.1 is required to build with Visual Studio 2013.
cmake_minimum_required(VERSION 2.8.12.1)
endif()
More information about the llvm-commits
mailing list