Open
Description
In preparation for making the opensim installation more unix-friendly, I am cleaning up the cmake files for examples. I have some questions.
- SymbolicExpressionReporter does not get installed (https://github.com/opensim-org/opensim-core/blob/master/OpenSim/Examples/CMakeLists.txt#L16).
- The block of code starting at this line never gets executed.
- 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?