On Nov 18, 2007 4:30 PM, Stephen Collyer <[EMAIL PROTECTED]> wrote: > Where can I find a description of the values of the default > search paths that FIND_PATH uses ? There are a bunch of > variables described in the man page but I have no idea > what values they have. I'm interested in their values > for both Unix and Win platforms.
I'm not understanding why you care? The CMake 2.4.7 documentation for FIND_PATH is extensive. It gives you the ability to search no default paths at all, if that is your choice. Otherwise, if you choose to include system search paths, they are whatever the OS + user chose to set. Cheers, Brandon Van Every _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
