Andrew Schwartzmeyer created MESOS-7172:
-------------------------------------------
Summary: CMake does not incrementally recompile
Key: MESOS-7172
URL: https://issues.apache.org/jira/browse/MESOS-7172
Project: Mesos
Issue Type: Bug
Components: cmake
Environment: Windows.
Reporter: Andrew Schwartzmeyer
Assignee: Andrew Schwartzmeyer
Commit c7fc1377b introduced a bug that prevented any incremental recompilation.
By defining the BUILD_TIME in MESOS_CPPFLAGS, every build was seen as having a
root dependency (the flags) changed, causing a rebuild of every single file
(including dependencies).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)