Open jonesmz opened 3 years ago
this is in 3.14 can you fix it and submit a patch or post het the changes? also can you try 4.00? I think those issues had been addressed but other users on that build system,
also can you try 4.00? I think those issues had been addressed but other users on that build system,
I'm not going to try 4.0 unless there is a tagged release for it, and that tagged release does not contain the 3.14 folder.
This is caused by this github action configuration
Which is because of this cmake configuration code in sdk/dMath/CMakeLists.txt
I can't think of any reason why if(UNIX OR MINGW) should be here. MSVC supports static and dynamic libraries the same as Unix-like environments.