Piotr Pietraszkiewicz
Results
2
comments of
Piotr Pietraszkiewicz
:-( I stumbled upon this one too. I was waiting for the v2.0.8 release in hope of the fix. Please take this one seriously, if possible, for the v2.0.9.
Thank you. So I figure the correct "build" instructions for Windows would simply be: ``` cd projects\build cmake -G"NMake Makefiles" -DCMAKE_INSTALL_PREFIX= -DCMAKE_BUILD_TYPE=RelWithDebInfo -B. ..\CMake nmake install ``` This ^^ did...