[all-commits] [llvm/llvm-project] d6fe25: llvm: Use quotes around MSVC_DIA_SDK_DIR CMake var...
Cristian Adam via All-commits
all-commits at lists.llvm.org
Tue Feb 18 04:46:07 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d6fe253653b7e760f94ca21d0a7ebbfeeee28777
https://github.com/llvm/llvm-project/commit/d6fe253653b7e760f94ca21d0a7ebbfeeee28777
Author: Cristian Adam <cristian.adam at gmail.com>
Date: 2020-02-18 (Tue, 18 Feb 2020)
Changed paths:
M llvm/cmake/config-ix.cmake
Log Message:
-----------
llvm: Use quotes around MSVC_DIA_SDK_DIR CMake variable
MSVC_DIA_SDK_DIR variable will point to a path which contains spaces,
and without quotes it will fail to configure the project.
More information about the All-commits
mailing list