From 35b048cf8b3be1a4171f26ca87504bdb10a9f2e9 Mon Sep 17 00:00:00 2001 From: Martell Malone Date: Sat, 3 Jun 2017 17:23:19 +0000 Subject: [libcxxabi] HandleLLVMOptions in out of tree build Differential revision: https://reviews.llvm.org/D33753 git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@304664 91177308-0d34-0410-b5e6-96231b3b80d8 --- cmake/Modules/HandleOutOfTreeLLVM.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/Modules/HandleOutOfTreeLLVM.cmake b/cmake/Modules/HandleOutOfTreeLLVM.cmake index 1dcaf90..8e74208 100644 --- a/cmake/Modules/HandleOutOfTreeLLVM.cmake +++ b/cmake/Modules/HandleOutOfTreeLLVM.cmake @@ -93,6 +93,7 @@ macro(configure_out_of_tree_llvm) endif() if (LLVM_FOUND) include(AddLLVM OPTIONAL) + include(HandleLLVMOptions OPTIONAL) endif() # LLVM Options -------------------------------------------------------------- -- cgit v1.2.3