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

Carlos De Maine null at kde.org
Sun Feb 25 12:08:14 GMT 2024


Git commit e0065f5354d2c5ef332531d9a1310ba335239e2a by Carlos De Maine.
Committed on 25/02/2024 at 12:08.
Pushed by carlosdem into branch 'Neon/unstable'.

Delete cmake_find_dependency_macro

D  +0    -27   debian/patches/cmake_find_dependency_macro

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

diff --git a/debian/patches/cmake_find_dependency_macro b/debian/patches/cmake_find_dependency_macro
deleted file mode 100644
index 13ed567..0000000
--- a/debian/patches/cmake_find_dependency_macro
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index ff92d72783d5e427ac632a58ae4574972751742a..cc8232d72e5e129e579c1fafad9a1322d36e54b8 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -8,6 +8,9 @@ project(KLdap VERSION ${PIM_VERSION})
- # ECM setup
- set(KF_MIN_VERSION "5.246.0")
- set(QT_REQUIRED_VERSION "6.6.0")
-+
-+include(CMakeFindDependencyMacro)
-+
- find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED)
- set(CMAKE_MODULE_PATH ${KLdap_SOURCE_DIR}/cmake ${ECM_MODULE_PATH})
- 
-diff --git a/cmake/FindLdap.cmake b/cmake/FindLdap.cmake
-index 6dcaf5f9b332623e38c58567a04606bf894d71dd..e39362ada2e077caec964942a82b188e52e07cd9 100644
---- a/cmake/FindLdap.cmake
-+++ b/cmake/FindLdap.cmake
-@@ -38,6 +38,8 @@
- # SPDX-License-Identifier: BSD-3-Clause
- #=============================================================================
- 
-+include(CMakeFindDependencyMacro)
-+
- find_path(Ldap_INCLUDE_DIRS NAMES ldap.h)
- 
- if(APPLE)
\ No newline at end of file


More information about the Neon-commits mailing list