Skip to content

Commit

Permalink
Update CMakeLists.txt to use regex for shared object file pattern mat…
Browse files Browse the repository at this point in the history
…ching
  • Loading branch information
3dJan committed Jan 27, 2025
1 parent 142c48c commit 1816a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gladius/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ install(
DESTINATION ${INSTALL_PREFIX}
FILES_MATCHING
PATTERN "*.dll"
PATTERN "*.so.*"
REGEX ".*\\.so\\.[0-9]+"
PATTERN "*.so"
PATTERN "*.ttf"
PATTERN "*.rtf"
Expand Down

0 comments on commit 1816a2c

Please sign in to comment.