12 lines
531 B
Diff
12 lines
531 B
Diff
--- icewm-1.6.2/lib/CMakeLists.txt.orig 2019-10-26 16:51:05.522000000 +0200
|
|
+++ icewm-1.6.2/lib/CMakeLists.txt 2019-10-26 16:52:20.930000000 +0200
|
|
@@ -7,7 +7,7 @@
|
|
set(themesList CrystalBlue Helix Infadel2 NanoBlue
|
|
default icedesert metal2 motif win95)
|
|
|
|
-foreach(_src keys menu programs toolbar winoptions IceWM.jpg)
|
|
+foreach(_src keys menu programs toolbar winoptions)
|
|
set(_pre "${CMAKE_CURRENT_SOURCE_DIR}/${_src}.in")
|
|
if(EXISTS "${_pre}")
|
|
CONFIGURE_FILE("${_pre}" "${CMAKE_CURRENT_BINARY_DIR}/${_src}")
|