Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-09-25 20:31:54 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-09-25 20:31:54 +0400
commit124f32a206925b2fe98a8c0b005cc64ad797b421 (patch)
tree12f0fae9d6ae933faaefe8b2e80cfd67a8a45823 /build_files/cmake/macros.cmake
parent8bbe81db4deaeab0e34a25bb4cf9332374ba6860 (diff)
rename LLVM_LIB_DIR to LLVM_LIBPATH to match other cmake vars.
Diffstat (limited to 'build_files/cmake/macros.cmake')
-rw-r--r--build_files/cmake/macros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index 42e0a444c49..7dac80ace51 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -243,7 +243,7 @@ macro(SETUP_LIBDIRS)
link_directories(${EXPAT_LIBPATH})
endif()
if(WITH_LLVM)
- link_directories(${LLVM_LIB_DIR})
+ link_directories(${LLVM_LIBPATH})
endif()
if(WITH_MEM_JEMALLOC)
link_directories(${JEMALLOC_LIBPATH})