From 16c308157ebb54cf4fc3e0897c7419eb12849b7a Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 31 Oct 2021 05:43:38 +0200 Subject: CMake: `zip` is required for the build Print error message if `zip` is not found. It is used for creating fontpacks. --- res/Embed.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/Embed.cmake') diff --git a/res/Embed.cmake b/res/Embed.cmake index fe859dbc..70ac10ed 100644 --- a/res/Embed.cmake +++ b/res/Embed.cmake @@ -100,7 +100,7 @@ function (embed_make) # Collect resources in a single binary file. set (EMB_BIN ${CMAKE_CURRENT_BINARY_DIR}/resources.lgr) file (REMOVE ${EMB_BIN}) - list (LENGTH ARGV fileCount) + list (LENGTH ARGV fileCount) execute_process (COMMAND ${BINCAT_COMMAND} ${EMB_BIN} ${ARGV} WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} OUTPUT_VARIABLE fileSizes -- cgit v1.2.3