On 11/12/2013 08:43 AM, Magnus Therning wrote:
> Is there some way to point to an unmounted Windows share?

Add to ExternalData_URL_TEMPLATES the entry

 file:////share.host/foo/bar/%(algo)/%(hash)

Since it is accessible through filesystem APIs you could also
set ExternalData_OBJECT_STORES to

 c:/some/local/store;//share.host/foo/bar

That tells ExternalData to use objects found in the local store
or the network path directly without downloading.  If an object
is not found in either path, then the url templates will be
searched for the object and it will be downloaded to the local
store (first entry in ExternalData_OBJECT_STORES).

-Brad
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to