In my edit/compile/install/test process (where test is out of the CMake
scope), I would like to be able to do a:

make mylib && make install

without building all the test suite. BUT (there's a but), "make all" still
have to build the test suite.

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 :(

-- 
Jérôme
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to