cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
6 lines
338 B
CMake
6 lines
338 B
CMake
# Make sure file names with dots in them are properly processed.
|
|
# https://bugs.kde.org/show_bug.cgi?id=379116
|
|
if(NOT EXISTS "destdir/share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.katesessions.mo")
|
|
message(SEND_ERROR "destdir/share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.katesessions.mo was not found")
|
|
endif()
|