[PATCH] D65270: [CMake] Fix source path generation for install in multi-config (MSBuild)
Chris Bieneman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 26 14:10:57 PDT 2019
beanz requested changes to this revision.
beanz added inline comments.
This revision now requires changes to proceed.
================
Comment at: clang/lib/Headers/CMakeLists.txt:190
+if(CMAKE_CONFIGURATION_TYPES)
+ string(REPLACE "${CMAKE_CFG_INTDIR}" "$<CONFIG>" output_dir "${output_dir}")
----------------
I think this will break Xcode
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65270/new/
https://reviews.llvm.org/D65270
More information about the cfe-commits
mailing list