NFC: Fix typo in a cmake message

llvm-svn: 362845
This commit is contained in:
Adrian McCarthy 2019-06-07 21:14:01 +00:00
parent 4447d15aef
commit a4198c22dc
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ function(find_python_libs_windows)
set (PYTHON_DLL ${PYTHON_DLL} PARENT_SCOPE)
set (PYTHON_INCLUDE_DIR ${PYTHON_INCLUDE_DIR} PARENT_SCOPE)
message("-- LLDB Found PythonExecutable: ${PYTHON_EXE}}")
message("-- LLDB Found PythonExecutable: ${PYTHON_EXE}")
message("-- LLDB Found PythonLibs: ${PYTHON_LIB}")
message("-- LLDB Found PythonDLL: ${PYTHON_DLL}")
message("-- LLDB Found PythonIncludeDirs: ${PYTHON_INCLUDE_DIR}")