Skip to content

Commit

Permalink
Merge branch noetic-devel into obese-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Nov 14, 2024
2 parents 99b3f02 + 24e9b0a commit 85c0861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/symlink_install/catkin_symlink_install.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ function(catkin_symlink_install_targets)
get_filename_component(fileext "${file}" EXT)
if(fileext STREQUAL ".a" OR fileext STREQUAL ".lib")
set(destination "${ARG_ARCHIVE_DESTINATION}")
elseif(fileext STREQUAL ".dylib" OR fileext STREQUAL ".so")
elseif(fileext STREQUAL ".dylib" OR fileext MATCHES "\\.so(\\.[0-9]+)?(\\.[0-9]+)?(\\.[0-9]+)?$")
set(destination "${ARG_LIBRARY_DESTINATION}")
elseif(fileext STREQUAL "" OR fileext STREQUAL ".dll" OR fileext STREQUAL ".exe")
set(destination "${ARG_RUNTIME_DESTINATION}")
Expand Down

0 comments on commit 85c0861

Please sign in to comment.