summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 250211f..70244bd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -321,11 +321,7 @@ add_subdirectory(src)
add_subdirectory(po)
if(DESKTOP)
- if(PLATFORM_WINDOWS)
- message("Desktop files ignored on Windows")
- else()
- add_subdirectory(desktop)
- endif()
+ add_subdirectory(desktop)
endif()