summaryrefslogtreecommitdiffstats
path: root/cmake/FindTslib.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindTslib.cmake')
-rw-r--r--cmake/FindTslib.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/FindTslib.cmake b/cmake/FindTslib.cmake
index e150023262..f5243dfa7f 100644
--- a/cmake/FindTslib.cmake
+++ b/cmake/FindTslib.cmake
@@ -1,9 +1,9 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+# SPDX-License-Identifier: BSD-3-Clause
find_package(PkgConfig QUIET)
-pkg_check_modules(Tslib tslib IMPORTED_TARGET)
+pkg_check_modules(Tslib IMPORTED_TARGET "tslib")
if (NOT TARGET PkgConfig::Tslib)
set(Tslib_FOUND 0)