Hi,

Von: "Vincent Scheib" <[EMAIL PROTECTED]>

> Here's a handy usability improvement we recently implemented. It may
> be possible to fold this type of functionality back into FIND_PATH.
> 
> The use case is this:
> - CMake is called
> - FIND_PATH is used to determine the location of a package
> - FIND_PATH set's a variable, and places it into the cache
> - The package moves for some reason.
> - CMake is called (again)
> - FIND_PATH doesn't re-search, because the cache contains a valid
> directory value for the variable.
> - user doesn't notice the error until build.
...

One of our developers had this problem too last week.
I think if something like this should be done, it should happen directly in 
find_path() etc. What do the cmake devs think about this ?

Bye
Alex


-- 
"Ein Herz für Kinder" - Ihre Spende hilft! Aktion: www.deutschlandsegelt.de
Unser Dankeschön: Ihr Name auf dem Segel der 1. deutschen America's Cup-Yacht!
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to