opensim-org / opensim-core

SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.
https://opensim.stanford.edu
Apache License 2.0
786 stars 317 forks source link

CMake for building API examples is unclear #222

Open chrisdembia opened 9 years ago

chrisdembia commented 9 years ago

In preparation for making the opensim installation more unix-friendly, I am cleaning up the cmake files for examples. I have some questions.

  1. SymbolicExpressionReporter does not get installed (https://github.com/opensim-org/opensim-core/blob/master/OpenSim/Examples/CMakeLists.txt#L16).
  2. The block of code starting at this line never gets executed.
  3. What should be the behavior of the cmake variable BUILD_API_EXAMPLES? Right now, what it seems to do is prevent the installation of files; it does not affect building. Is this correct?
sherm1 commented 9 years ago

Related to issue #195, I think.

chrisdembia commented 9 years ago

Related to issue #195, I think.

yep

jenhicks commented 1 year ago

@aymanhab related to #195 ... thoughts on the status of thsi one?