[Lldb-commits] [PATCH] D13234: Use the correct Python lib for each build configuration generated by the Visual Studio CMake generator

Vadim Macagon via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 2 22:39:00 PDT 2015


enlight added a comment.

That looks fine to me. CMake prints those messages during the configuration step, at that point the generator expressions haven't been expanded yet. I could prettify those messages a bit to read: `Found PythonLibs: C:/Python27_LLDB/x86/libs/python27_d.lib and C:/Python27_LLDB/x86/libs/python27.lib`.


Repository:
  rL LLVM

http://reviews.llvm.org/D13234





More information about the lldb-commits mailing list