From da7f75f0ebb5c4d5e597fbb514844d7fb5b01dc9 Mon Sep 17 00:00:00 2001 From: Malik Mlitat Date: Sat, 22 Oct 2022 23:33:12 +0200 Subject: [PATCH] Fix debian and cmake build on linux --- src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ed9d29b..2dd2bd9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -193,8 +193,6 @@ qt5_add_resources(SOURCE_FILES resource.qrc) if(NOT CMAKE_BUILD_TYPE MATCHES Debug) #Release, RelWithDebInfo and MinSizeRel if(WIN32) # Check if we are on Windows set(SYSTEM_TYPE WIN32) - else() # UNIX - set(SYSTEM_TYPE EXCLUDE_FROM_ALL) endif() message("System type is " ${SYSTEM_TYPE}) endif()