summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2016-06-29 21:58:15 +0000
committerMichael Gottesman <mgottesman@apple.com>2016-06-29 21:58:15 +0000
commitc6364a51daa4f1b78b6ec543ee94b47de1b603c3 (patch)
treeb423cde8856be8a617c904f37826b2da185e2887 /cmake
parentd378d9725e869f84483f226c3a0518be118e23d6 (diff)
[LLVMConfig.cmake] LLVM_CONFIG_EXPORTED_TARGETS => LLVM_EXPORTED_TARGETS.
This matches more closely the rest of the variables in LLVMConfig.cmake which shed the _CONFIG_ part of their names. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274175 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/LLVMConfig.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/LLVMConfig.cmake.in b/cmake/modules/LLVMConfig.cmake.in
index a490eb5124c..b99ab7f00b1 100644
--- a/cmake/modules/LLVMConfig.cmake.in
+++ b/cmake/modules/LLVMConfig.cmake.in
@@ -60,7 +60,7 @@ set(LLVM_TOOLS_BINARY_DIR "@LLVM_CONFIG_TOOLS_BINARY_DIR@")
set(LLVM_TOOLS_INSTALL_DIR "@LLVM_TOOLS_INSTALL_DIR@")
if(NOT TARGET LLVMSupport)
- set(LLVM_CONFIG_EXPORTED_TARGETS "@LLVM_EXPORTS@")
+ set(LLVM_EXPORTED_TARGETS "@LLVM_EXPORTS@")
include("@LLVM_CONFIG_EXPORTS_FILE@")
endif()