Add FORCE_ON option to LLVM_ENABLE_ZLIB, which causes a configuration
error if zlib is not found.
Similar to https://reviews.llvm.org/D40050.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/CMakeLists.txt | ||
---|---|---|
351 | I wonder if REQUIRE sounds better. But, it is not consistent with the existent FORCE_ON used for libxml2. |
I wonder if REQUIRE sounds better.
(For me it was not clear what FORCE_ON means from its name).
But, it is not consistent with the existent FORCE_ON used for libxml2.