[cmake-developers] Minor regression in --version results for CMake 2.8.12.1 (A FALSE ALARM)
Matthew Woehlke
matthew.woehlke at kitware.com
Thu Dec 5 12:27:37 EST 2013
On 2013-12-05 02:36, Alan W. Irwin wrote:
> Sorry, this turned out to be a false alarm. Despite "which cmake"
> telling me I was using cmake-2.8.12.1 [snip]
...which is, of course, why you should always use "type" in bash rather
than "which" :-). "type", being a shell built-in, will tell you what
bash will *actually* run, hashing - and shell builtins, and functions,
and aliases - included.
--
Matthew
More information about the cmake-developers
mailing list