From deceafb4f4b6d2c59c6dbd6358d5ad68ae88fa59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 1 Nov 2021 13:04:26 +0100 Subject: [PATCH] CMakeFiles.txt: remove a confused comment The process is not executed from a Makefile, the concern is void. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50e64d0..c37b063 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)