CMakeFiles.txt: remove a confused comment

The process is not executed from a Makefile, the concern is void.
This commit is contained in:
Přemysl Eric Janouch 2021-11-01 13:04:26 +01:00
parent 3465557a5b
commit deceafb4f4
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 0 additions and 1 deletions

View File

@ -202,7 +202,6 @@ function (glib_compile_resources xml target)
--generate-source --target ${target} "${xml}" DEPENDS "${xml}"
WORKING_DIRECTORY "${_xml_path}" COMMENT "Compiling resources")
# This refuses to accept drive changes, but it also needn't succeed
execute_process (COMMAND ${GLIB_COMPILE_RESOURCES_EXECUTABLE}
--generate-dependencies "${xml}"
WORKING_DIRECTORY "${_xml_path}" OUTPUT_VARIABLE _deps)