From 190ccec0f43fe3854ba1ffabfddd75cf18f37887 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Tue, 4 May 2021 06:53:23 +0200 Subject: [PATCH] fix cmake warning " Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. " we need to add file extension --- src/filter/autotests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filter/autotests/CMakeLists.txt b/src/filter/autotests/CMakeLists.txt index 93b0b1c..f56f7fc 100644 --- a/src/filter/autotests/CMakeLists.txt +++ b/src/filter/autotests/CMakeLists.txt @@ -119,7 +119,7 @@ add_mailcommon_filter_test(filteractionwithaddresstest ) if (KDEPIM_RUN_AKONADI_TEST) -add_mailcommon_filter_akonadi_test(filteractionaddtoaddressbooktest +add_mailcommon_filter_akonadi_test(filteractionaddtoaddressbooktest.cpp filteractionaddtoaddressbooktest.cpp ../filteractions/filteractionaddtoaddressbook.cpp ../filteractions/filteractionwithstringlist.cpp