Skip to content
Snippets Groups Projects
Commit 1693ab51 authored by Julien Michel's avatar Julien Michel
Browse files

COMP: Fixing missing https targets

parent ca90fc68
Branches
Tags
No related merge requests found
#/bin/bash
grep "http://" ../../SuperBuild/CMake/*.cmake | grep URL | cut -d "\"" -f 2 | sed "s/\/download$//" | sort | uniq
grep "http" ../../SuperBuild/CMake/*.cmake | grep URL | cut -d "\"" -f 2 | sed "s/\/download$//" | sort | uniq
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment