[ https://issues.apache.org/jira/browse/MESOS-7497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16010992#comment-16010992 ]
Joseph Wu commented on MESOS-7497: ---------------------------------- Yup, need to partially revert until we decide to up the minimum CMake version: {code} commit 47562d9bbbb25a715eb174ad9738d6d188dd6bfe Author: Joseph Wu <josep...@apache.org> Date: Mon May 15 10:50:43 2017 -0700 CMake: Reverts usage of `string(APPEND ...)`. This partially reverts commit 4ce689c8e2be386d0086acce63ce5b8bbab6c34b. `string(APPEND ...)` was added in CMake 3.4, but the earliest required version of CMake is 2.8.12. `list(APPEND ...)` exists in 2.8.12, so that pattern will not be reverted. {code} > Remove CMake anti-pattern of `set(x "${x} ..")`. > ------------------------------------------------ > > Key: MESOS-7497 > URL: https://issues.apache.org/jira/browse/MESOS-7497 > Project: Mesos > Issue Type: Improvement > Reporter: Andrew Schwartzmeyer > Assignee: Andrew Schwartzmeyer > -- This message was sent by Atlassian JIRA (v6.3.15#6346)