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.
This commit is contained in:
parent
ff6818bc0a
commit
f3883f366d
|
@ -84,6 +84,7 @@
|
||||||
#
|
#
|
||||||
# include(ExternalData)
|
# include(ExternalData)
|
||||||
# set(ExternalData_URL_TEMPLATES "file:///local/%(algo)/%(hash)"
|
# set(ExternalData_URL_TEMPLATES "file:///local/%(algo)/%(hash)"
|
||||||
|
# "file:////host/share/%(algo)/%(hash)"
|
||||||
# "http://data.org/%(algo)/%(hash)")
|
# "http://data.org/%(algo)/%(hash)")
|
||||||
# ExternalData_Add_Test(MyData
|
# ExternalData_Add_Test(MyData
|
||||||
# NAME MyTest
|
# NAME MyTest
|
||||||
|
|
Loading…
Reference in New Issue