Skip to content

Commit

Permalink
cmake: Never try to build the themetool when cross compiling.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Dec 30, 2024
1 parent bf800ec commit 7b73dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ endif()
#
# Maybe build translations executable
#
if(MYTH_BUILD_THEMESTRING_TOOL)
if(MYTH_BUILD_THEMESTRING_TOOL AND NOT CMAKE_CROSSCOMPILING)
message(VERBOSE "Setting up a sub-project for the themestringtool directory.")
ExternalProject_Add(
ThemeStringTool
Expand Down

0 comments on commit 7b73dc9

Please sign in to comment.