summaryrefslogtreecommitdiff
path: root/navit/maps
diff options
context:
space:
mode:
authorsleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-05-12 19:51:09 +0000
committersleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-05-12 19:51:09 +0000
commit21ab147057325ccc039f085b9df4ab4b331c7eef (patch)
tree082a832427bf4bad488fee5fe59df78c63a4708e /navit/maps
parent1b4212881d632586c76bd40aa31ca1941cbee43b (diff)
downloadnavit-21ab147057325ccc039f085b9df4ab4b331c7eef.tar.gz
Fix:maps:CMake refactoring (remove superfluous rule)
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5099 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/maps')
-rw-r--r--navit/maps/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/navit/maps/CMakeLists.txt b/navit/maps/CMakeLists.txt
index a0f37069f..3258f98a3 100644
--- a/navit/maps/CMakeLists.txt
+++ b/navit/maps/CMakeLists.txt
@@ -25,7 +25,4 @@ if(SAMPLE_MAP)
)
endif()
add_custom_target(sample_map ALL DEPENDS ${SAMPLE_MAP_NAME}.xml)
- if(NOT CMAKE_CROSSCOMPILING AND BZCAT)
- add_dependencies(sample_map ${SAMPLE_MAP_NAME}.osm.bz2)
- endif()
endif()