CMakeFiles.txt: remove a confused comment
The process is not executed from a Makefile, the concern is void.
This commit is contained in:
parent
3465557a5b
commit
deceafb4f4
|
@ -202,7 +202,6 @@ function (glib_compile_resources xml target)
|
||||||
--generate-source --target ${target} "${xml}" DEPENDS "${xml}"
|
--generate-source --target ${target} "${xml}" DEPENDS "${xml}"
|
||||||
WORKING_DIRECTORY "${_xml_path}" COMMENT "Compiling resources")
|
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}
|
execute_process (COMMAND ${GLIB_COMPILE_RESOURCES_EXECUTABLE}
|
||||||
--generate-dependencies "${xml}"
|
--generate-dependencies "${xml}"
|
||||||
WORKING_DIRECTORY "${_xml_path}" OUTPUT_VARIABLE _deps)
|
WORKING_DIRECTORY "${_xml_path}" OUTPUT_VARIABLE _deps)
|
||||||
|
|
Loading…
Reference in New Issue