Configure and generate project files with cmake

Simbody is useful for internal coordinate and coarse grained molecule modeling, large scale mechanical models like skeletons, and anything else that can be modeled as bodies interconnected by joints, acted upon by forces, and restricted by constraints.
POST REPLY
User avatar
John Tiger
Posts: 4
Joined: Sun Mar 20, 2016 7:51 pm

Configure and generate project files with cmake

Post by John Tiger » Wed Oct 26, 2016 1:14 am

I'm trying make a Visual Studio solution with Cmake to compile the latest version of simbody(3.5.4) with the cmake (3.5.2),but the result of configuration is as following:
[img]
cmake.png
cmake.png (53.86 KiB) Viewed 236 times
[/img]
And the option of
BUILD_TESTS_AND_EXAMPLES_STATIC
BUILD_TESTS_AND_EXAMPLES_SHARED
don't exist.

I'm using visual studio Comunnity 2015 and the OS for my computer is Win7 (X64) .

I'm following this tutorial :
https://github.com/simbody/simbody/tree/Simbody-3.5.3

Could you give some advice on the Configure ?

User avatar
Michael Sherman
Posts: 807
Joined: Fri Apr 01, 2005 6:05 pm

Re: Configure and generate project files with cmake

Post by Michael Sherman » Wed Oct 26, 2016 7:59 am

Microsoft's installer for Visual Studio 2015 does not install C++ by default. Please be sure that you selected that installation option.

POST REPLY