summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorrikky <rikky@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-03-15 22:15:34 +0000
committerrikky <rikky@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-03-15 22:15:34 +0000
commit8da7c1db0914ab1fbf7696d7c2b3a76ce224920f (patch)
treead9eb13096de1f6cf2e19472335b44bf845a0c2b /CMakeLists.txt
parentee5d72ffc6db9081bc88d1fd3f0e6a09cfc440ea (diff)
downloadnavit-8da7c1db0914ab1fbf7696d7c2b3a76ce224920f.tar.gz
Fix:build/cmake:Fixed building with cmake 2.6 in wine with mingw32
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4351 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5a21ca128..4426f1d36 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-project(navit)
+project(navit C)
cmake_minimum_required(VERSION 2.6)
cmake_policy(VERSION 2.6)