Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apparently cmake sets the cache after the configuration is complete and using FORCE updates the cache including the relevant generator expressions. This fixes the case where we build ROOT with -Dbuiltin_zlib=Off and then LLVM sanity checks the found zlib issuing: ``` Error evaluating generator expression: $<TARGET_FILE:ZLIB> No target "ZLIB" ```
- Loading branch information