[Cmake] Disabling cmake.check_depends

Peter Vanroose Peter . Vanroose at esat . kuleuven . ac . be
Thu, 11 Sep 2003 15:22:58 +0200 (CEST)


> INCLUDE_REGULAR_EXPRESSION("^[^v].*|v[^n].*")

And is something like this possible without changing the CMakeLists.txt file?

I was thinking of something like

	make NO_DEPENDS=1

which would run "make" without first updating the dependency files.

Touching cmake.check_depends is not a good idea since that would cause it
not being correctly updated in a subsequent "nightly" run (when running
time is no longer an issue).


--	Peter Vanroose.