[PATCH] D155431: [CMake] Clean up old code for handling MSVC runtime setting the old way

Yury Bura via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 28 05:48:01 PDT 2023


yurybura added a comment.

> That define should be set implicitly if `CMAKE_MSVC_RUNTIME_LIBRARY` is set to one of the debug choices, no?

I think, no. At least I cannot find information about this in CMake documentation <https://cmake.org/cmake/help/latest/variable/CMAKE_MSVC_RUNTIME_LIBRARY.html>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155431/new/

https://reviews.llvm.org/D155431



More information about the llvm-commits mailing list