From f3883f366dcaf2f0a1a128dbab213480f1683521 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 12 Nov 2013 11:25:11 -0500 Subject: [PATCH] ExternalData: Show example network path URL template In the ExternalData_URL_TEMPLATES example, add an entry showing how to use the "file://" protocol with a network filesystem path. --- Modules/ExternalData.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/ExternalData.cmake b/Modules/ExternalData.cmake index b12082a0cf..1e1d32f908 100644 --- a/Modules/ExternalData.cmake +++ b/Modules/ExternalData.cmake @@ -84,6 +84,7 @@ # # include(ExternalData) # set(ExternalData_URL_TEMPLATES "file:///local/%(algo)/%(hash)" +# "file:////host/share/%(algo)/%(hash)" # "http://data.org/%(algo)/%(hash)") # ExternalData_Add_Test(MyData # NAME MyTest