DanielChappuis / reactphysics3d

Open source C++ physics engine library in 3D

Home Page:http://www.reactphysics3d.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in CMakeLists.txt comment

duncanspumpkin opened this issue · comments

# This is required so that the exported target has the name JSONUtils and not jsonutils

Think this was copied from https://github.com/pabloariasal/modern-cmake-sample/blob/master/libjsonutils/CMakeLists.txt without first adjusting the comment.

Comment should be modified from:

# This is required so that the exported target has the name JSONUtils and not jsonutils

To:

# This is required so that the exported target has the name ReactPhysics3D and not reactphysics3d

Yes you are right. Thanks a lot for taking the time to report this. I will fix this in the next release version of the library.

This is now fixed in version v0.10.0 of the library. Thanks a lot for reporting the issue.