FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

Detect installed Visual Studio version #447

Closed jbcoe closed 5 years ago

jbcoe commented 6 years ago

With only Visual Studio 2017 installed, FFIG's build script does not work.

If CMake is left to deduce the Visual Studio version it will deduce a 32-bit version which won't work with 64-bit clang or python.

We need a plan. It may involve patching CMake.

jbcoe commented 5 years ago

No longer needed