Skip to content

Commit c6364a5

Browse files
committed
[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
1 parent d378d97 commit c6364a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/LLVMConfig.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ set(LLVM_TOOLS_BINARY_DIR "@LLVM_CONFIG_TOOLS_BINARY_DIR@")
6060
set(LLVM_TOOLS_INSTALL_DIR "@LLVM_TOOLS_INSTALL_DIR@")
6161

6262
if(NOT TARGET LLVMSupport)
63-
set(LLVM_CONFIG_EXPORTED_TARGETS "@LLVM_EXPORTS@")
63+
set(LLVM_EXPORTED_TARGETS "@LLVM_EXPORTS@")
6464
include("@LLVM_CONFIG_EXPORTS_FILE@")
6565
endif()
6666

0 commit comments

Comments
 (0)