summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-01-18 08:56:18 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-01-18 08:56:18 +0000
commit8d6450620e90966ca919abf254aefca18cf9205e (patch)
tree3e0711ed2f6757b19e0614ede790b9fae6dd421f /cmake
parent6d2cb5b79433949df01f4f30d87df487fe4c9649 (diff)
downloadnavit-svn-8d6450620e90966ca919abf254aefca18cf9205e.tar.gz
Fix:Build:Missing file
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3933 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'cmake')
-rw-r--r--cmake/navit_download.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/navit_download.cmake b/cmake/navit_download.cmake
new file mode 100644
index 00000000..963f9724
--- /dev/null
+++ b/cmake/navit_download.cmake
@@ -0,0 +1,2 @@
+message("Downloading ${URL}")
+file(DOWNLOAD ${URL} ${DST} SHOW_PROGRESS)