summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2017-08-16 01:50:32 +0000
committerLang Hames <lhames@gmail.com>2017-08-16 01:50:32 +0000
commitccfc80ccc7a61cbd262e33b5c69236f7e5440dae (patch)
treeb0d3d313519c151eea8e84402658c028e1a51f95 /lldb/tools/debugserver
parent96cd671cd615e3d0876245a4791f4861ed1f0094 (diff)
downloadbcm5719-llvm-ccfc80ccc7a61cbd262e33b5c69236f7e5440dae.tar.gz
bcm5719-llvm-ccfc80ccc7a61cbd262e33b5c69236f7e5440dae.zip
Fix typo in variable name.
llvm-svn: 310984
Diffstat (limited to 'lldb/tools/debugserver')
-rw-r--r--lldb/tools/debugserver/source/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/debugserver/source/CMakeLists.txt b/lldb/tools/debugserver/source/CMakeLists.txt
index ce606330d61..65bdb989833 100644
--- a/lldb/tools/debugserver/source/CMakeLists.txt
+++ b/lldb/tools/debugserver/source/CMakeLists.txt
@@ -185,7 +185,7 @@ endif()
set(LLDB_CODESIGN_IDENTITY "lldb_codesign"
CACHE STRING "Identity used for code signing. Set to empty string to skip the signing step.")
set(LLDB_USE_ENTITLEMENTS_Default On)
-if("${LLDB_CODESIGN_INDENTITY}" STREQUAL "lldb_codesign")
+if("${LLDB_CODESIGN_IDENTITY}" STREQUAL "lldb_codesign")
set(LLDB_USE_ENTITLEMENTS_Default Off)
endif()
option(LLDB_USE_ENTITLEMENTS "Use entitlements when codesigning (Defaults Off when using lldb_codesign identity, otherwise On)" ${LLDB_USE_ENTITLEMENTS_Default})
OpenPOWER on IntegriCloud