In my edit/compile/install/test process (where test is out of the CMake scope), I would like to be able to do a:<br><br>make mylib && make install<br><br>without building all the test suite. BUT (there's a but), "make all" still have to build the test suite.<br>
<br>Is there a way to do that? My understanding is that "all" target depends on tests build; and "install" target depends on "all". I am afraid the answer will be no :(<br><br clear="all">-- <br>
Jérôme<br>