-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59156/
-----------------------------------------------------------

Review request for mesos, Jeff Coffler, John Kordich, Joseph Wu, and Li Li.


Repository: mesos


Description
-------

This removes a CMake anti-pattern where `set` was used to append to a
variable, instead of the more explicit `list(APPEND)` or
`string(APPEND)` alternatives.


Diffs
-----

  cmake/CompilationConfigure.cmake 7b2669f0c54abf9b5e0fd60f8af01e97e1f0f86a 


Diff: https://reviews.apache.org/r/59156/diff/1/


Testing
-------

Re-configured and built on Windows.

NOTE: This syntax should be preferred going forward. There are more instances 
of the anti-pattern the setting of source files, but we'll take care of it in a 
later patch to avoid too much churn.


Thanks,

Andrew Schwartzmeyer

Reply via email to