racoon wrote:

> In a common command window cl is not found.

This is actually good. It means your PATH is not poisoned by specific MSVC 
tools.

> But if I start
> 
> 1) Open Developer Command Prompt for VS2015
> 2) call 'cl -v'
> 
> I get
> 
> Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23918 for x86
> Copyright (C) Microsoft Corporation.  All rights reserved.
> cl : Command line warning D9002 : ignoring unknown option '-v'
> cl : Command line error D8003 : missing source filename
> 
> So I guess that's okay.

Yes. Does cmake still not recognize the compiler if you call it from that 
command window? In that case please send the CMakeError.log and 
CMakeOutput.log files created by cmake, this would probably mean we need to 
change our cmake compiler detection.


Georg


Reply via email to