[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [libkdcraw/frameworks] cmake/templates: Fix find_dependency calls. Only maximum 2 arguments allowed,
From:       Raymond Wooninck <tittiatcoke () gmail ! com>
Date:       2015-04-26 18:38:13
Message-ID: E1YmRRV-00080e-M1 () scm ! kde ! org
[Download RAW message or body]

Git commit 9850efbb21df2f10e66267876574ff8918a642b3 by Raymond Wooninck.
Committed on 26/04/2015 at 18:38.
Pushed by rwooninck into branch 'frameworks'.

Fix find_dependency calls. Only maximum 2 arguments allowed, with the 2nd a=
rgument being the required version

M  +5    -2    cmake/templates/KF5KDcrawConfig.cmake.in

http://commits.kde.org/libkdcraw/9850efbb21df2f10e66267876574ff8918a642b3

diff --git a/cmake/templates/KF5KDcrawConfig.cmake.in b/cmake/templates/KF5=
KDcrawConfig.cmake.in
index 087a09e..194b9fc 100644
--- a/cmake/templates/KF5KDcrawConfig.cmake.in
+++ b/cmake/templates/KF5KDcrawConfig.cmake.in
@@ -13,7 +13,10 @@
 =

 @PACKAGE_INIT@
 =

-find_dependency(Qt5Core Qt5Widgets Qt5Gui @REQUIRED_QT_VERSION@)
-find_dependency(KF5I18n KF5Config)
+find_dependency(Qt5Core @REQUIRED_QT_VERSION@)
+find_dependency(Qt5Widgets @REQUIRED_QT_VERSION@)
+find_dependency(Qt5Gui @REQUIRED_QT_VERSION@)
+find_dependency(KF5I18n)
+find_dependency(KF5Config)
 =

 include("${CMAKE_CURRENT_LIST_DIR}/KF5KDcrawTargets.cmake")
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic