Skip to content

Commit

Permalink
Fix wrong comment in CMakeLists.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielChappuis committed Jan 28, 2024
1 parent 7621b91 commit 1bfd5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ install(TARGETS reactphysics3d
# not support subfolders
install(DIRECTORY include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})

# This is required so that the exported target has the name JSONUtils and not jsonutils
# This is required so that the exported target has the name ReactPhysics3D and not reactphysics3d
set_target_properties(reactphysics3d PROPERTIES EXPORT_NAME ReactPhysics3D)

# Give CMake access to the version number of the library so that the user is able to use the find_package() function
Expand Down

0 comments on commit 1bfd5c5

Please sign in to comment.