Am Sonntag, 19. Juni 2016 um 19:23:14, schrieb racoon <[email protected]> > On 19.06.2016 18:20, Georg Baum wrote: > > racoon wrote:
...
> >
> > The most important question now is why cmake does not find your C compiler.
>
> I have no clue. There is a cl.exe in
>
> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin
Daniel, please check if you have cl.exe in PATH.
1.) Open a command window.
2.) call 'cl -v'
Alternatively you can specify the compiler via
-DCMAKE_CXX_COMPILER="C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin/cl.exe"
or set CMAKE_CXX_COMPILER in cmake-gui.
> Still CMake keeps complaining that
>
> The C compiler identification is unknown
> The CXX compiler identification is unknown
>
> Daniel
Kornel
signature.asc
Description: This is a digitally signed message part.
