From 098a40180caaec095035383fbed421d0a4fafab7 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 1 Aug 2014 16:57:46 +0000 Subject: [PATCH] Fix test execution: the cmake keyword is CACHE, not CACHED llvm-svn: 214522 --- lldb/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/CMakeLists.txt b/lldb/test/CMakeLists.txt index a5c9e38..4ded160 100644 --- a/lldb/test/CMakeLists.txt +++ b/lldb/test/CMakeLists.txt @@ -25,7 +25,7 @@ endif () # Allow the user to override the default by setting LLDB_TEST_ARCH set(LLDB_TEST_ARCH ${LLDB_DEFAULT_TEST_ARCH} - CACHED STRING "Specify the architecture to run LLDB tests as (x86|x64). Determines whether tests are compiled with -m32 or -m64") + CACHE STRING "Specify the architecture to run LLDB tests as (x86|x64). Determines whether tests are compiled with -m32 or -m64") # Users can override LLDB_TEST_USER_ARGS to specify arbitrary arguments to pass to the script set(LLDB_TEST_USER_ARGS -- 2.7.4