Fix test execution: the cmake keyword is CACHE, not CACHED
authorEd Maste <emaste@freebsd.org>
Fri, 1 Aug 2014 16:57:46 +0000 (16:57 +0000)
committerEd Maste <emaste@freebsd.org>
Fri, 1 Aug 2014 16:57:46 +0000 (16:57 +0000)
llvm-svn: 214522

lldb/test/CMakeLists.txt

index a5c9e38..4ded160 100644 (file)
@@ -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