[cmake-developers] ENV{SOURCE_DATE_EPOCH}

Brad King brad.king at kitware.com
Tue Nov 20 14:44:09 EST 2018


On 11/20/18 10:51 AM, Oleh Kravchenko wrote:
> CMake should pass this variable to build tool (GNU Make, Ninja, ...).

CMake doesn't invoke the build tool to build the project.
The workflow is "run cmake, then run make".

With the Makefile and Ninja generators it is up to the user to
provide the environment for the toolchain to operate as desired.

-Brad


More information about the cmake-developers mailing list