[
https://issues.apache.org/jira/browse/MESOS-7296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15939329#comment-15939329
]
Andrew Schwartzmeyer commented on MESOS-7296:
---------------------------------------------
Ah, I see. Still a work-around caused by us not moving to CMake 3.
> CMake 2.8.10 does not support TIMESTAMP
> ---------------------------------------
>
> Key: MESOS-7296
> URL: https://issues.apache.org/jira/browse/MESOS-7296
> Project: Mesos
> Issue Type: Bug
> Components: build, cmake
> Environment: Anywhere with CMake 2.x instead of 3.x (specifically
> 2.8.10).
> Reporter: Andrew Schwartzmeyer
> Priority: Trivial
> Labels: build
>
> The patch https://reviews.apache.org/r/57052/ moved the build time and date
> info out of compile definitions and into a build file. While testing, an
> existent bug was discovered where the CMake command `string(TIMESTAMP
> BUILD_TIME "%s" UTC)` is unsupported with CMake 2.8.10. Instead of replacing
> the variable with the time, it replaces with with "%s".
> This is not a Linux vs Windows bug. This is specifically unsupported in
> 2.8.10. Configuring with `cmake3` does not reproduce the bug.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)