On Monday, July 26, 2010, Jim Henry wrote: > Visual Studio uses the Windows system environment variable INCLUDE to > set the directories for included headers. Can Cmake find those files or > do the include directories need to be on the PATH?
CMake does not find the headers by itself. The headers are tested compiling a source program that includes the header. So, it is the compiler who uses the environment variables. The MSVC command line compiler (cl.exe) uses the INCLUDE environment variable to locate the headers, not PATH. Of course, the compiler executable "cl.exe", the linker, and some other tools should be in a directory included in the PATH. Other important environment variables for the compiler are LIB and LIBPATH. Regards, Pedro _______________________________________________ fluid-dev mailing list fluid-dev@nongnu.org http://lists.nongnu.org/mailman/listinfo/fluid-dev