aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-11-01 13:04:26 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-11-01 13:04:26 +0100
commitdeceafb4f4b6d2c59c6dbd6358d5ad68ae88fa59 (patch)
tree1bdbfd7c485ac7529a735296cb2d5694b560d23b
parent3465557a5b3b09b563fc45d2c3b13f09c4935a34 (diff)
downloadlogdiag-deceafb4f4b6d2c59c6dbd6358d5ad68ae88fa59.tar.gz
logdiag-deceafb4f4b6d2c59c6dbd6358d5ad68ae88fa59.tar.xz
logdiag-deceafb4f4b6d2c59c6dbd6358d5ad68ae88fa59.zip
CMakeFiles.txt: remove a confused comment
The process is not executed from a Makefile, the concern is void.
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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)