[PATCH] D35648: [CMake] Add `project` in `runtime/CMakeList.txt`
    Leo Li via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Aug 31 18:07:36 PDT 2017
    
    
  
This revision was automatically updated to reflect the committed changes.
Closed by commit rL312302: [CMake] Add more runtime configurations. (authored by aoli).
Repository:
  rL LLVM
https://reviews.llvm.org/D35648
Files:
  llvm/trunk/runtimes/CMakeLists.txt
Index: llvm/trunk/runtimes/CMakeLists.txt
===================================================================
--- llvm/trunk/runtimes/CMakeLists.txt
+++ llvm/trunk/runtimes/CMakeLists.txt
@@ -24,6 +24,7 @@
   endfunction()
 
   cmake_minimum_required(VERSION 3.4.3)
+  project(Runtimes C CXX ASM)
 
   # Add the root project's CMake modules, and the LLVM build's modules to the
   # CMake module path.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35648.113496.patch
Type: text/x-patch
Size: 402 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170901/0872e530/attachment.bin>
    
    
More information about the llvm-commits
mailing list