summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-03-29 12:18:19 +0100
committerTobias Hunger <tobias.hunger@qt.io>2019-03-29 14:27:43 +0000
commit6a834a0c595b70d888724610e6d4ad05826e7117 (patch)
tree870db11062002d860734679538b71d03e5f3af28 /util
parentb0d4ac8498b18e9ba89aaa51b8ec143dd0e8ae36 (diff)
CMake: Map odbc to ODBC::ODBC
Change-Id: I55cf506cca87ac3e3fe9e0e1803f5118b46bf818 Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
Diffstat (limited to 'util')
-rw-r--r--util/cmake/helper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index d5e0dd006e..56bd1419c8 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -230,6 +230,7 @@ libray_mapping = {
'librt': 'WrapRt',
'libudev': 'PkgConfig::Libudev',
'mtdev': 'PkgConfig::Mtdev',
+ 'odbc': 'ODBC::ODBC',
'pcre2': 'PCRE2',
'psql': 'PostgreSQL::PostgreSQL',
'sqlite': 'SQLite::SQLite3',