Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently CMake generators like ninja don't work anymore because of the missing source of libraries such as libgtest.a. In CMake 3.2 the property BUILD_BYPRODUCTS was added to declare by-products of the external projects. This is needed for non-lazy build-tree dependency resolution in ninja.