-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50457/
-----------------------------------------------------------
(Updated Dec. 10, 2016, 7:19 p.m.)
Review request for mesos, Alex Clemmer and Joseph Wu.
Bugs: MESOS-5902
https://issues.apache.org/jira/browse/MESOS-5902
Repository: mesos
Description (updated)
-------
Added a cmake library that makes use of configure_file to transform
a source file at a relative location to the Source directory in to a
target file at a realtive location into the Build Directory.
The transformation replaces any CMake Variables in the source with
assigned values.
Diffs (updated)
-----
cmake/Common.cmake 76b2a67419cb6836b598a0070f26632d4ca048ff
src/java/CMakeLists.txt PRE-CREATION
Diff: https://reviews.apache.org/r/50457/diff/
Testing
-------
cmake ..
Check to see if
<BUILD_DIR>/src/java/generated/org/apache/mesos/MesosNativeLibrary.java is
generated.
Thanks,
Srinivas Brahmaroutu