Skip to content
Snippets Groups Projects
Commit 5c9291bd authored by Ben Boeckel's avatar Ben Boeckel Committed by Kitware Robot
Browse files

Merge topic 'RemoteHiddenFileBug' into release


bac4590e BUG: Remote hidden file regex was incorrect

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: default avatarBill Lorensen <bill.lorensen@gmail.com>
Merge-request: !5194
parents 86f5c525 bac4590e
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ include(vtkModuleRemote)
file(GLOB remotes "*.remote.cmake")
foreach(remote_module ${remotes})
if (remote_module MATCHES "^\.")
if (remote_module MATCHES "/\\.")
continue ()
endif ()
include(${remote_module})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment