Am 05.03.2016 um 20:01 schrieb Kornel Benko:

If you are using Ninja, will there be .sln files?

Yes. For now I removed Ninja from the build script but the problem persists.

Remove ALL .sln files and CMakeCache.txt. Will some of them be recreated if used 'cmake 
-G"Visual Studio 14"?

All of them will be recreated but the problem persists.
I don't know anything about Cmake but since the target "ALL_BUILD" is correctly created it must be possible to add to the LyX.sln file also a target named "LyX" and "TeX2LyX".

I even don't know, if your cmake version knows this generator.
You can see the known generators by calling 'cmake -G' without any other input.

I get this:

Generators
Visual Studio 14 2015 [arch] = Generates Visual Studio 2015 project files.
                                Optional [arch] can be "Win64" or "ARM".
Visual Studio 12 2013 [arch] = Generates Visual Studio 2013 project files.
                                Optional [arch] can be "Win64" or "ARM".
...

thanks and regards
Uwe

Reply via email to