From 6d857ca4d71548f5cdb57b106cc1a12fc2c93e9d Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Fri, 18 Feb 2011 22:06:14 +0000 Subject: Move library stuff out of the toplevel CMakeLists.txt file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125968 91177308-0d34-0410-b5e6-96231b3b80d8 --- cmake/modules/LLVMConfig.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake/modules/LLVMConfig.cmake') diff --git a/cmake/modules/LLVMConfig.cmake b/cmake/modules/LLVMConfig.cmake index 7a4a271b1c..349544edc3 100755 --- a/cmake/modules/LLVMConfig.cmake +++ b/cmake/modules/LLVMConfig.cmake @@ -59,6 +59,7 @@ endfunction(llvm_map_components_to_libraries) function(explicit_map_components_to_libraries out_libs) set( link_components ${ARGN} ) + get_property(llvm_libs GLOBAL PROPERTY LLVM_LIBS) string(TOUPPER "${llvm_libs}" capitalized_libs) # Translate symbolic component names to real libraries: foreach(c ${link_components}) -- cgit v1.2.3