[neon/kde/kldap/Neon/unstable] debian/patches: cmake_find_dependency_macro

Carlos De Maine null at kde.org
Thu Nov 30 05:11:20 GMT 2023


Git commit fe1c9e02618dfd3fb7ca441c9f5fac8bff5789c3 by Carlos De Maine.
Committed on 30/11/2023 at 06:11.
Pushed by carlosdem into branch 'Neon/unstable'.

cmake_find_dependency_macro

A  +12   -0    debian/patches/cmake_find_dependency_macro
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/kde/kldap/-/commit/fe1c9e02618dfd3fb7ca441c9f5fac8bff5789c3

diff --git a/debian/patches/cmake_find_dependency_macro b/debian/patches/cmake_find_dependency_macro
new file mode 100644
index 0000000..e93c6a4
--- /dev/null
+++ b/debian/patches/cmake_find_dependency_macro
@@ -0,0 +1,12 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 3c4098100d5af28988c54bac3820917af1141089..7ab0aa3f02dac8780912c91e2c4f6cbdae238d76 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -11,6 +11,7 @@ set(QT_REQUIRED_VERSION "6.5.0")
+ find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED)
+ set(CMAKE_MODULE_PATH ${KLdap_SOURCE_DIR}/cmake ${ECM_MODULE_PATH})
+ 
++include(CMakeFindDependencyMacro)
+ include(KDEInstallDirs)
+ include(KDECMakeSettings)
+ include(KDECompilerSettings NO_POLICY_SCOPE)
\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2a9ea1c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+cmake_find_dependency_macro
\ No newline at end of file


More information about the Neon-commits mailing list