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>2014-05-06 00:03:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-06 00:04:29 +0400
commit60c5887fe8efcb88cadad5a06f955542d35e7270 (patch)
tree7a4fdd369f6dd6bcc1cb22c0a544e65716d5bfd4 /CMakeLists.txt
parent4638ca0ebe42d5d33d32d9087d0a8e28746f76eb (diff)
CMake: mark vars as advanced
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 37cabd00022..0b3874c1904 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -820,6 +820,7 @@ if(UNIX AND NOT APPLE)
OUTPUT_VARIABLE LLVM_LIBPATH
OUTPUT_STRIP_TRAILING_WHITESPACE)
set(LLVM_LIBPATH ${LLVM_LIBPATH} CACHE PATH "Path to the LLVM library path")
+ mark_as_advanced(LLVM_LIBPATH)
endif()
if(LLVM_STATIC)