Skip to content

Commit 3628a8f

Browse files
[NFC] Clarify a Cmake status message regarding Python on LLDBConfig
llvm-svn: 366383
1 parent 61fff7a commit 3628a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/cmake/modules/LLDBConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function(find_python_libs_windows)
137137
REGEX "^#define[ \t]+PY_VERSION[ \t]+\"[^\"]+\"")
138138
string(REGEX REPLACE "^#define[ \t]+PY_VERSION[ \t]+\"([^\"+]+)[+]?\".*" "\\1"
139139
PYTHONLIBS_VERSION_STRING "${python_version_str}")
140-
message(STATUS "Found Python version ${PYTHONLIBS_VERSION_STRING}")
140+
message(STATUS "Found Python library version ${PYTHONLIBS_VERSION_STRING}")
141141
string(REGEX REPLACE "([0-9]+)[.]([0-9]+)[.][0-9]+" "python\\1\\2" PYTHONLIBS_BASE_NAME "${PYTHONLIBS_VERSION_STRING}")
142142
set(PYTHONLIBS_VERSION_STRING "${PYTHONLIBS_VERSION_STRING}" PARENT_SCOPE)
143143
unset(python_version_str)

0 commit comments

Comments
 (0)