[CMake] CMake's Dependency Scanner - Disabling?
Gavin Beatty
gavinbeatty at gmail.com
Tue Jan 6 06:08:52 EST 2009
On Tue, Dec 30, 2008 at 3:22 AM, Naram Qashat <cyberbotx at cyberbotx.com> wrote:
> Is it possible to disable CMake's implicit dependency scanner? I understand
> that it is probably a helpful feature on many projects, but on the project
> I'm working on, I opted to explicitly define the dependencies instead and
> would like to save a bit of time during compiling by not scanning for
> dependencies.
If you're using the Unix Makefile generator, `make ${target}/fast'
should be what you're looking for. It will build $target without
dependency checks.
--
Gavin Beatty
SEMPER UBI SUB UBI
More information about the CMake
mailing list