[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:33 PDT 2017
aoli updated this revision to Diff 113494.
aoli added a comment.
Remove redundant logic.
https://reviews.llvm.org/D35648
Files:
runtimes/CMakeLists.txt
Index: runtimes/CMakeLists.txt
===================================================================
--- runtimes/CMakeLists.txt
+++ 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.113494.patch
Type: text/x-patch
Size: 369 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170901/105be2f0/attachment.bin>
More information about the llvm-commits
mailing list