Skip to content

Commit 2cdc4da

Browse files
committed
test
1 parent 4d9ae49 commit 2cdc4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/DaemonEmbed.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function(GenerateEmbedFile srcPath dstPath filename_symbol format target mode sr
3838
"-DOUTPUT_FILE=${dstPath}"
3939
"-DFILE_FORMAT=${format}"
4040
"-DVARIABLE_NAME=${filename_symbol}"
41-
"-DEMBED_MODE=${mode}"
41+
"-DEMBED_MODE=WRITE"
4242
-P "${CMAKE_CURRENT_SOURCE_DIR}/cmake/EmbedText.cmake"
4343
MAIN_DEPENDENCY ${srcPath}
4444
)

0 commit comments

Comments
 (0)