Re: [CMake] Can't Generate Project Files for VS2019

2019-04-29 Thread Jano Svitok
On Sun, Apr 28, 2019 at 10:11 PM Osman Zakir wrote: > > For VS2017 I'd do "-G"Visual Studio 15 2017 Win64"". So for VS2019 it's "-G"Visual Studio 16 2019" -A x64"? Kind of weird in my opinion. Hi, sorry for brevity, I was replying from a phone. I hope you got it working in the mean time. Here

Re: [CMake] Can't Generate Project Files for VS2019

2019-04-28 Thread Jano Svitok
Hi, Use 'x64' as platform. Jano On Sun, Apr 28, 2019, 13:36 Osman Zakir wrote: > I just tried to build Step 1 of the CMake tutorial that comes with the > source code (CMake version 3.14.3), once with VS2019 as the generator and > then again with VS2017 as the generator. The latter worked fine

Re: [CMake] Can't Generate Project Files for VS2019

2019-04-28 Thread Osman Zakir
I just tried to build Step 1 of the CMake tutorial that comes with the source code (CMake version 3.14.3), once with VS2019 as the generator and then again with VS2017 as the generator. The latter worked fine but the former didn't. I got the same error as mentioned in the initial message: " c

[CMake] Can't Generate Project Files for VS2019

2019-04-27 Thread Osman Zakir
I'm having trouble using CMake to generate solution and project files for Emscripten and Binaryen. When I try to invoke it from the command line, I get this message: " cmake -G"Visual Studio 16 2019" -A Win64 -DCMAKE_INSTALL_PREFIX="C:/Program Files/binaryen" -DCMAKE_BUILD_TYPE=Release ../ CMa