[cmake-developers] Silencing warning about environment when using NMake / JOM

2015-08-05 Thread James Johnston
Hi, While using the NMake and JOM generators in CMake, I have come across this warning: To use the [NMake | JOM] generator, cmake must be run from a shell that can use the compiler cl from the command line. This environment does not contain INCLUDE, LIB, or LIBPATH, and these must be set

Re: [cmake-developers] Silencing warning about environment when using NMake / JOM

2015-08-05 Thread Brad King
On 08/05/2015 11:17 AM, James Johnston wrote: To use the [NMake | JOM] generator, cmake must be run from a shell that can use the compiler cl from the command line. This environment does not contain INCLUDE, LIB, or LIBPATH, and these must be set for the cl compiler to work. OK,