mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 00:54:48 +08:00
NFC: Fix typo in a cmake message
llvm-svn: 362845
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user