[all-commits] [llvm/llvm-project] f9fec0: [llvm] Make ZLIB handling compatible with multi-co...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Jul 27 15:37:37 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f9fec0447e12da9e8cf4b628f6d45f4941e7d182
https://github.com/llvm/llvm-project/commit/f9fec0447e12da9e8cf4b628f6d45f4941e7d182
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-07-27 (Mon, 27 Jul 2020)
Changed paths:
M llvm/lib/Support/CMakeLists.txt
Log Message:
-----------
[llvm] Make ZLIB handling compatible with multi-configuration generators
The CMAKE_BUILD_TYPE is only meaningful to single-configuration
generators (such as make and Ninja). For multi-configuration generators
like Xcode and MSVC this variable won't be set, resulting in a CMake
error.
More information about the All-commits
mailing list