Updated a comment in CMakeLists.txt

This commit is contained in:
Leon Styhre 2023-02-18 20:44:39 +01:00
parent 1ee7b8647c
commit 061a900b9b

View file

@ -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)