Skip to content

Commit d9a0847

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 (cherry picked from commit c6364a5)
1 parent 9005f03 commit d9a0847

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
@@ -56,7 +56,7 @@ set(LLVM_CMAKE_DIR "@LLVM_CONFIG_CMAKE_DIR@")
5656
set(LLVM_TOOLS_BINARY_DIR "@LLVM_CONFIG_TOOLS_BINARY_DIR@")
5757

5858
if(NOT TARGET LLVMSupport)
59-
set(LLVM_CONFIG_EXPORTED_TARGETS "@LLVM_EXPORTS@")
59+
set(LLVM_EXPORTED_TARGETS "@LLVM_EXPORTS@")
6060
include("@LLVM_CONFIG_EXPORTS_FILE@")
6161
endif()
6262

0 commit comments

Comments
 (0)