diff options
author | kazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2015-04-02 17:08:56 +0000 |
---|---|---|
committer | kazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2015-04-02 17:08:56 +0000 |
commit | 3e7c818c871db73d6fdae12343ae0fa6c86434c9 (patch) | |
tree | 33c6dab5f26b6b8cd17a627e830e176a3fd61964 /CMakeLists.txt | |
parent | 324fb9960f64f6f8cc0e213aab5b1cb851029815 (diff) | |
download | navit-3e7c818c871db73d6fdae12343ae0fa6c86434c9.tar.gz |
Refactor:core:Removed quesoglc deps
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6041 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f3deb539..ab2b6ebdc 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -160,7 +160,6 @@ endif (NOT DISABLE_QT) #pkg-config based detection find_package(PkgConfig) if(PKG_CONFIG_FOUND) - pkg_check_modules(QUESOGLC quesoglc) pkg_check_modules(LIBLOCATION liblocation) pkg_check_modules(LIBOSSO libosso) # Accept even old versions of libgps, because N810 uses an old version (see #1179). |