Closed hsauro closed 6 years ago
That should already be possible, by simply specifying a 32bit generator ... i use the original libstruct (https://sourceforge.net/projects/libstruct/) with other generators, so unless you have added something calling:
cmake -G "Visual Studio 15 2017 Win32" <other options>
should create you a 32bit visual studio project. To build from the command line just use a 32bit VS command prompt and use the "NMake Makefiles" generator.
I created one but it took some fiddling to make it work.
Herbert
On Fri, Dec 29, 2017 at 1:02 AM Frank Bergmann notifications@github.com wrote:
That should already be possible, by simply specifying a 32bit generator ... i use the original libstruct ( https://sourceforge.net/projects/libstruct/) with other generators, so unless you have added something calling:
cmake -G "Visual Studio 15 2017 Win32"
should create you a 32bit visual studio project. To build from the command line just use a 32bit VS command prompt and use the "NMake Makefiles" generator.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sys-bio/Libstructural/issues/14#issuecomment-354418575, or mute the thread https://github.com/notifications/unsubscribe-auth/ABAZDmEaycnstcJNG2LxA3Fbx6lldW9eks5tFKqJgaJpZM4ROmQl .
Turns out I needed a 32 bit version of libstructural, so once the paper is submitted, update CMAKE so that is can also genreate 32 bit binaries.