https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b783349e4e2093467053d…
commit b783349e4e2093467053dc8f1e45d9ac7f98c355
Author: Thomas Faber <thomas.faber(a)reactos.org>
AuthorDate: Sat Jun 6 22:56:49 2020 +0200
Commit: Thomas Faber <thomas.faber(a)reactos.org>
CommitDate: Sat Jun 20 15:25:16 2020 +0200
[BOOTDATA] Mark reactos.inf as a byproduct. CORE-17109
---
boot/bootdata/packages/CMakeLists.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/boot/bootdata/packages/CMakeLists.txt
b/boot/bootdata/packages/CMakeLists.txt
index a6199199f25..3f1cc6ff00c 100644
--- a/boot/bootdata/packages/CMakeLists.txt
+++ b/boot/bootdata/packages/CMakeLists.txt
@@ -40,7 +40,8 @@ add_custom_command(
add_custom_target(
reactos_cab_inf
COMMAND native-cabman -C ${CMAKE_CURRENT_BINARY_DIR}/reactos.dff -L
${CMAKE_CURRENT_BINARY_DIR} -I -P ${REACTOS_SOURCE_DIR}
- DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/reactos.dff native-cabman)
+ DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/reactos.dff native-cabman
+ BYPRODUCTS ${CMAKE_CURRENT_BINARY_DIR}/reactos.inf)
add_cd_file(
TARGET reactos_cab_inf