From b2a3508c3634488d32ec5bbe6b4365ab27185ebd Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 19 Sep 2022 17:22:12 +0100 Subject: gentoo auto-resync : 19:09:2022 - 17:22:11 --- .../davix/files/davix-0.8.3-enable-ctest.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 net-libs/davix/files/davix-0.8.3-enable-ctest.patch (limited to 'net-libs/davix/files') diff --git a/net-libs/davix/files/davix-0.8.3-enable-ctest.patch b/net-libs/davix/files/davix-0.8.3-enable-ctest.patch new file mode 100644 index 000000000000..cbf6fc0663ae --- /dev/null +++ b/net-libs/davix/files/davix-0.8.3-enable-ctest.patch @@ -0,0 +1,25 @@ +From f72e33a2877a2e26279b64c61e5d04249529727a Mon Sep 17 00:00:00 2001 +From: Guilherme Amadio +Date: Fri, 16 Sep 2022 15:22:31 +0200 +Subject: [PATCH] Include CTest in main CMakeLists.txt + +--- + CMakeLists.txt | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index ddd6a391..cb87ffc1 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -126,6 +126,8 @@ endif() + include_directories(${CMAKE_CURRENT_SOURCE_DIR}/deps/libneon/src/ ${UUID_INCLUDE_DIRS}) + include_directories(${CMAKE_SOURCE_DIR}/include/davix) + ++include(CTest) ++ + add_subdirectory (src) + add_subdirectory (doc) + +-- +2.37.3 + -- cgit v1.2.3