You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Nathan Jackson <na...@gmail.com> on 2017/10/12 03:18:16 UTC

Review Request 62919: Added check to prevent in-source build.

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

Review request for mesos and Joseph Wu.


Bugs: MESOS-7935
    https://issues.apache.org/jira/browse/MESOS-7935


Repository: mesos


Description (updated)
-------

Added check to prevent in-source build.

With this change, I think it makes sense to add to the CMake documentation page that in-source builds are not supported. Unfortunately, if you try to build in-source, cmake still generates a CMakeCache.txt file and CMakeFiles/ folder and it stops out of source builds. Might be useful to say what should be cleaned up in the event someone tries to do an in-source build.


Testing (updated)
-------

Testing performed on Fedora 26.

Attempted to build in-source, verified that the cmake step fails.

Attempted to build out of source, verified build works.


Thanks,

Nathan Jackson