[X2Go-Commits] [x2goplasmabindings] 01/02: CMakeLists.txt: fix warning due to mismatched if/endif parameters.

git-admin at x2go.org git-admin at x2go.org
Sat Aug 12 00:01:33 CEST 2023


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goplasmabindings.

commit 50be1a3b5bc243223c9c32c558dc0c871bd993e2
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Aug 11 23:40:38 2023 +0200

    CMakeLists.txt: fix warning due to mismatched if/endif parameters.
---
 CMakeLists.txt   | 2 +-
 debian/changelog | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 74e3e03..de77544 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@ if (USE_PLASMA5)
 	include (ECMQmlModule OPTIONAL RESULT_VARIABLE ECMQmlModule_path)
 	if (NOT ECMQmlModule_path STREQUAL "NOTFOUND")
 		set (HAVE_ECMQMLMODULE TRUE)
-	endif (ECMQmlModule_path STREQUAL "NOTFOUND")
+	endif (NOT ECMQmlModule_path STREQUAL "NOTFOUND")
 
 	find_package (
 		KF5 REQUIRED COMPONENTS
diff --git a/debian/changelog b/debian/changelog
index 65a45c9..7c4eaff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -47,6 +47,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium
       option enabled and BYPRODUCTS set correctly, so that the clean target
       automatically removes it as well. Only do that if actually requested,
       though.
+    - CMakeLists.txt: fix warning due to mismatched if/endif parameters.
   * x2goplasmabindings.spec:
     + Prepare for Plasma 5 support.
     + Stop duplicating Group tag.

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git


More information about the x2go-commits mailing list