hi dear all. i want to compile a controller example in opensim4.0 in order to make my own controller plugin. when im using Cmake, i see following errors in the attached image.what could be the reason?. i'm using VS 2017.
thanks
Cmake error
- mohamad rasool mohamadi
- Posts: 14
- Joined: Tue Oct 17, 2017 12:59 am
- Dimitar Stanev
- Posts: 1096
- Joined: Fri Jan 31, 2014 5:14 am
Re: Cmake error
You have an OpenSim with x64 architecture, but you are configuring for an x86 generator (VS 15 2017). This is why CMake found OpenSim, but didn't proceed with the configuration. You should delete the cache (File -> delete cache) and reconfigure with VS 15 2017 WIN64 generator.
- mohamad rasool mohamadi
- Posts: 14
- Joined: Tue Oct 17, 2017 12:59 am
Re: Cmake error
thank u so much.it works.