> On June 22, 2016, 12:05 a.m., Joseph Wu wrote: > > src/launcher/CMakeLists.txt, lines 39-41 > > <https://reviews.apache.org/r/49041/diff/2/?file=1426977#file1426977line39> > > > > This results in: > > ``` > > CMake Error at src/launcher/CMakeLists.txt:57 (add_executable): > > Cannot find source file: > > > > if > > > > Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm > > .hpp > > .hxx .in .txx > > > > > > -- Generating done > > ```
CMake caching. - Daniel ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49041/#review138982 ----------------------------------------------------------- On June 22, 2016, 7:22 a.m., Daniel Pravat wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/49041/ > ----------------------------------------------------------- > > (Updated June 22, 2016, 7:22 a.m.) > > > Review request for mesos and Joris Van Remoortere. > > > Repository: mesos > > > Description > ------- > > Removed `launcher` from the Windows build. > > > Diffs > ----- > > src/launcher/CMakeLists.txt e6ba509bd03ee9c2a18b216ade948f74a7335df7 > > Diff: https://reviews.apache.org/r/49041/diff/ > > > Testing > ------- > > Windows: build > > > Thanks, > > Daniel Pravat > >
