diff options
| author | Adrian McCarthy <amccarth@google.com> | 2019-07-17 22:36:26 +0000 |
|---|---|---|
| committer | Adrian McCarthy <amccarth@google.com> | 2019-07-17 22:36:26 +0000 |
| commit | 3628a8fae9f30ec024a5781aaf607c96c4ded05a (patch) | |
| tree | 6e81a4e78feccc6c2d5532372c24680634a4db28 | |
| parent | 61fff7a33731b12f22425132de68c06d7f4208fd (diff) | |
| download | bcm5719-llvm-3628a8fae9f30ec024a5781aaf607c96c4ded05a.tar.gz bcm5719-llvm-3628a8fae9f30ec024a5781aaf607c96c4ded05a.zip | |
[NFC] Clarify a Cmake status message regarding Python on LLDBConfig
llvm-svn: 366383
| -rw-r--r-- | lldb/cmake/modules/LLDBConfig.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/cmake/modules/LLDBConfig.cmake b/lldb/cmake/modules/LLDBConfig.cmake index ccb5de568b4..ac71136dd02 100644 --- a/lldb/cmake/modules/LLDBConfig.cmake +++ b/lldb/cmake/modules/LLDBConfig.cmake @@ -137,7 +137,7 @@ function(find_python_libs_windows) REGEX "^#define[ \t]+PY_VERSION[ \t]+\"[^\"]+\"") string(REGEX REPLACE "^#define[ \t]+PY_VERSION[ \t]+\"([^\"+]+)[+]?\".*" "\\1" PYTHONLIBS_VERSION_STRING "${python_version_str}") - message(STATUS "Found Python version ${PYTHONLIBS_VERSION_STRING}") + message(STATUS "Found Python library version ${PYTHONLIBS_VERSION_STRING}") string(REGEX REPLACE "([0-9]+)[.]([0-9]+)[.][0-9]+" "python\\1\\2" PYTHONLIBS_BASE_NAME "${PYTHONLIBS_VERSION_STRING}") set(PYTHONLIBS_VERSION_STRING "${PYTHONLIBS_VERSION_STRING}" PARENT_SCOPE) unset(python_version_str) |

