From 1400b814cfad2be55e87f8e614cb51290f9a8f3b Mon Sep 17 00:00:00 2001 From: n4n0GH Date: Sat, 23 Nov 2019 14:26:26 +0100 Subject: [PATCH] fixed build issue #23 --- plasma-theme/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plasma-theme/CMakeLists.txt b/plasma-theme/CMakeLists.txt index bb25643..f723bca 100644 --- a/plasma-theme/CMakeLists.txt +++ b/plasma-theme/CMakeLists.txt @@ -1,8 +1,8 @@ project(hello-plasma) set(THEMES - "hello dark" - "hello light") + "hellodark" + "hellolight") install(DIRECTORY ${THEMES} DESTINATION "${CMAKE_INSTALL_PREFIX}/share/plasma/desktoptheme")