From 061a900b9baa62af5e7560a9df73ff598f9d593a Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 18 Feb 2023 20:44:39 +0100 Subject: [PATCH] Updated a comment in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1920346ab..dadd4d9d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -359,7 +359,7 @@ else() message("-- Building without application updater") endif() -# This is needed to identify the package type for the application updater. +# This is needed by the application updater to identify the package type. if(CMAKE_SYSTEM_NAME MATCHES Linux) if(LINUX_CPACK_GENERATOR MATCHES DEB) add_compile_definitions(LINUX_DEB_PACKAGE)