OSDN Git Service

[cmake] Include openmp with add_llvm_external_project
authorPirama Arumuga Nainar <pirama@google.com>
Tue, 7 Mar 2017 18:54:17 +0000 (18:54 +0000)
committerPirama Arumuga Nainar <pirama@google.com>
Tue, 7 Mar 2017 18:54:17 +0000 (18:54 +0000)
commitbeecea156f1623cf190db326b9a6d525d646c512
tree6dc0ff28888a08efe76832af2b90213ea70db5e8
parentda6d07a9655ab5f81eb5b3133d937a7c0877b9e9
[cmake] Include openmp with add_llvm_external_project

Summary:
Include projects/openmp into the build using add_llvm_external_project
instead of add_subdirectory.  This creates an option
LLVM_TOOL_OPENMP_BUILD that selects whether this project gets included
in an in-tree build.

Reviewers: beanz, AndreyChurbanov, jlpeyton

Subscribers: srhines, openmp-commits, llvm-commits, mgorny

Differential Revision: https://reviews.llvm.org/D30470

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297185 91177308-0d34-0410-b5e6-96231b3b80d8
projects/CMakeLists.txt