From: Ed Maste Date: Fri, 1 Aug 2014 16:57:46 +0000 (+0000) Subject: Fix test execution: the cmake keyword is CACHE, not CACHED X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=098a40180caaec095035383fbed421d0a4fafab7;p=platform%2Fupstream%2Fllvm.git Fix test execution: the cmake keyword is CACHE, not CACHED llvm-svn: 214522 --- 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