Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake: Disable unity builds project-wide
liblzma and xz can't be compiled as a unity/jumbo build because of redeclarations and type name reuse. The CMake documentation recommends setting UNITY_BUILD to false in this case. This is especially important if we're compiled as a subproject and the consumer wants to use CMAKE_UNITY_BUILD=ON for the rest of their code base. Closes: #158 (cherry picked from commit bf6da9a)
- Loading branch information