diff options
Diffstat (limited to 'Embed.cmake')
-rw-r--r-- | Embed.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Embed.cmake b/Embed.cmake index def3192f..ce2c5ff8 100644 --- a/Embed.cmake +++ b/Embed.cmake | |||
@@ -2,7 +2,7 @@ | |||
2 | # Copyright: 2020 Jaakko Keränen <jaakko.keranen@iki.fi> | 2 | # Copyright: 2020 Jaakko Keränen <jaakko.keranen@iki.fi> |
3 | # License: BSD 2-Clause | 3 | # License: BSD 2-Clause |
4 | 4 | ||
5 | option (EMBED_IN_EXECUTABLE "Embed resources inside the executable" ON) | 5 | option (EMBED_IN_EXECUTABLE "Embed resources inside the executable" OFF) |
6 | # Note: If disabled, the Unix "cat" tool is required for concatenating | 6 | # Note: If disabled, the Unix "cat" tool is required for concatenating |
7 | # the resources into a single "resources.bin" file. | 7 | # the resources into a single "resources.bin" file. |
8 | 8 | ||