> On Oct. 3, 2016, 11:05 p.m., Joseph Wu wrote: > > src/examples/CMakeLists.txt, lines 84-92 > > <https://reviews.apache.org/r/50327/diff/4/?file=1492325#file1492325line84> > > > > Why are these necessary? I could build a couple of the example > > frameworks after deleting these.
You are right, we can compile all example modules without additional libs or includes. - Srinivas ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50327/#review151244 ----------------------------------------------------------- On Oct. 4, 2016, 4:53 p.m., Srinivas Brahmaroutu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/50327/ > ----------------------------------------------------------- > > (Updated Oct. 4, 2016, 4:53 p.m.) > > > Review request for mesos, Alex Clemmer and Joseph Wu. > > > Bugs: MESOS-5792 > https://issues.apache.org/jira/browse/MESOS-5792 > > > Repository: mesos > > > Description > ------- > > Added scripts to build sample framework executables. > > > Diffs > ----- > > CMakeLists.txt ee8f565586b958929bc4e95b09827244d6d4155f > cmake/MesosConfigure.cmake 6650c7c12b188b08c70cfee72b3200e83e7a1cd2 > src/CMakeLists.txt 35eb63fe9a8e47d97512e9904bf5a714c63722a7 > src/examples/CMakeLists.txt PRE-CREATION > src/examples/cmake/ExamplesConfigure.cmake PRE-CREATION > > Diff: https://reviews.apache.org/r/50327/diff/ > > > Testing > ------- > > cmake .. && make dynamic-reservation-framework test-http-framework > test-framework test-executor test-http-executor long-lived-framework > long-lived-executor no-executor-framework docker-no-executor-framework > balloon-framework balloon-executor load-generator-framework > persistent-volume-framework > > > Thanks, > > Srinivas Brahmaroutu > >
