Skip to content

Commit

Permalink
cmake: fix project URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Jan 10, 2025
1 parent 0ad7906 commit dff9dd8
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 @@ -40,7 +40,7 @@ set(PROJECT_ORG "coal-library")
set(PROJECT_DESCRIPTION
"Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library"
)
set(PROJECT_URL "http://github.com/coal-library/coal")
set(PROJECT_URL "https://github.com/coal-library/coal")
SET(PROJECT_USE_CMAKE_EXPORT TRUE)
SET(PROJECT_COMPATIBILITY_VERSION AnyNewerVersion)
# To enable jrl-cmakemodules compatibility with workspace we must define the two
Expand Down

0 comments on commit dff9dd8

Please sign in to comment.