CMake: mark vars as advanced

This commit is contained in:
Campbell Barton
2014-05-06 06:03:52 +10:00
parent 4638ca0ebe
commit 60c5887fe8
2 changed files with 5 additions and 1 deletions

View File

@@ -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)