From 326c4f95cee5daa8d8176fdbe200432f5edcca58 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Wed, 11 Aug 2021 10:39:07 -0400 Subject: [PATCH] ROMFS cmake remove directory VERBATIM --- ROMFS/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ROMFS/CMakeLists.txt b/ROMFS/CMakeLists.txt index e6a7f595e2..193c2faa5e 100644 --- a/ROMFS/CMakeLists.txt +++ b/ROMFS/CMakeLists.txt @@ -120,6 +120,7 @@ add_custom_command( COMMAND ${CMAKE_COMMAND} -E touch ${romfs_extract_stamp} WORKING_DIRECTORY ${romfs_gen_root_dir} DEPENDS ${romfs_tar_file} + VERBATIM ) add_custom_command(