summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2009-11-10 01:45:05 +0000
committerOscar Fuentes <ofv@wanadoo.es>2009-11-10 01:45:05 +0000
commit3171f33bc202fc1d9d8ce81e0c9f95596f7efd67 (patch)
treee2e34f1273179df86e5856d25aa2958eda26b2c9 /cmake/config-ix.cmake
parent7071528e4e1879b67d043e6058b758f17ae7ac1b (diff)
downloadllvm-3171f33bc202fc1d9d8ce81e0c9f95596f7efd67.tar.gz
llvm-3171f33bc202fc1d9d8ce81e0c9f95596f7efd67.tar.bz2
llvm-3171f33bc202fc1d9d8ce81e0c9f95596f7efd67.tar.xz
CMake: Remove unnecessary `unset' which was not supported by old cmake
releases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86644 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/config-ix.cmake')
-rwxr-xr-xcmake/config-ix.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index ca5e0bfe38..28dee471ef 100755
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -136,7 +136,6 @@ function(llvm_find_program name)
mark_as_advanced(HAVE_${NAME})
else(LLVM_PATH_${NAME})
set(HAVE_${NAME} "" CACHE INTERNAL "Is ${name} available ?")
- unset(LLVM_PATH_${NAME} CACHE)
endif(LLVM_PATH_${NAME})
endfunction()