----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49178/#review139399 -----------------------------------------------------------
src/CMakeLists.txt (line 462) <https://reviews.apache.org/r/49178/#comment204614> Would it be worthwhile to get rid of the "Debug" and "Release" build configuration folders too? i.e. ``` SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG ${CMAKE_BINARY_DIR}/src) SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE ${CMAKE_BINARY_DIR}/src) ``` See: https://cmake.org/cmake/help/v3.5/prop_tgt/RUNTIME_OUTPUT_DIRECTORY_CONFIG.html - Joseph Wu On June 23, 2016, 9:04 p.m., Daniel Pravat wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/49178/ > ----------------------------------------------------------- > > (Updated June 23, 2016, 9:04 p.m.) > > > Review request for mesos and Joris Van Remoortere. > > > Repository: mesos > > > Description > ------- > > Configured single output binary folder. > > > Diffs > ----- > > src/CMakeLists.txt ecdeee75abfca944bc2ac1da4962d8d50e236d2d > > Diff: https://reviews.apache.org/r/49178/diff/ > > > Testing > ------- > > Windows: build/run > > > Thanks, > > Daniel Pravat > >
