Replies: 5 comments
-
Can you provide the exact steps to reproduce, including platform (Windows, Linux, Mac, other), compiler, and how you invoke cmake not leaving out any details. Are you using default settings for cmake? I can't reproduce the issue on Windows, Linux or Mac it works just fine. |
Beta Was this translation helpful? Give feedback.
-
I'm getting (I think?) the same issue, I'm on windows 10, step by step:
last few lines of VS output:
It works with default cmake settings |
Beta Was this translation helpful? Give feedback.
-
Then use the default cmake settings :) |
Beta Was this translation helpful? Give feedback.
-
meant check USE_MSVC_RUNTIME_LIBRARY_DLL |
Beta Was this translation helpful? Give feedback.
-
I seem to have fixed it. In the lib folder there was indeed no BussIK.lib, but there was a BussIK_MinsizeRel.lib, so I changed the dependency in Test_PhysicsClientServer from BussIK.lib to BussIK_MinsizeRel.lib. Still couldn't find it, but changing it to ....\lib\MinSizeRel\BussIK_MinsizeRel.lib fixed it. |
Beta Was this translation helpful? Give feedback.
-
Hi, all:
Any suggestions?
Cheers
Pei
Beta Was this translation helpful? Give feedback.
All reactions