We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61fff7a commit 3628a8fCopy full SHA for 3628a8f
lldb/cmake/modules/LLDBConfig.cmake
@@ -137,7 +137,7 @@ function(find_python_libs_windows)
137
REGEX "^#define[ \t]+PY_VERSION[ \t]+\"[^\"]+\"")
138
string(REGEX REPLACE "^#define[ \t]+PY_VERSION[ \t]+\"([^\"+]+)[+]?\".*" "\\1"
139
PYTHONLIBS_VERSION_STRING "${python_version_str}")
140
- message(STATUS "Found Python version ${PYTHONLIBS_VERSION_STRING}")
+ message(STATUS "Found Python library version ${PYTHONLIBS_VERSION_STRING}")
141
string(REGEX REPLACE "([0-9]+)[.]([0-9]+)[.][0-9]+" "python\\1\\2" PYTHONLIBS_BASE_NAME "${PYTHONLIBS_VERSION_STRING}")
142
set(PYTHONLIBS_VERSION_STRING "${PYTHONLIBS_VERSION_STRING}" PARENT_SCOPE)
143
unset(python_version_str)
0 commit comments