From d400f3ead0269a3c85be3d0df7b586db6247e0e3 Mon Sep 17 00:00:00 2001 From: Tristan Labelle Date: Mon, 30 Dec 2024 07:39:38 -0500 Subject: [PATCH] Tweak docgen command --- InteropTests/WinRTComponent/WinMD/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InteropTests/WinRTComponent/WinMD/CMakeLists.txt b/InteropTests/WinRTComponent/WinMD/CMakeLists.txt index 4f93bff..f975796 100644 --- a/InteropTests/WinRTComponent/WinMD/CMakeLists.txt +++ b/InteropTests/WinRTComponent/WinMD/CMakeLists.txt @@ -55,7 +55,7 @@ add_custom_command( DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/WinRTComponent.xml" COMMAND ${CMAKE_COMMAND} -E copy_if_different "${CMAKE_CURRENT_SOURCE_DIR}/WinRTComponent.xml" - "${CMAKE_CURRENT_BINARY_DIR}/") + "${OUTPUT_XMLDOCS}") add_custom_target(WinRTComponentWinMD ALL DEPENDS "${OUTPUT_WINMD}" "${OUTPUT_HEADER}" "${OUTPUT_XMLDOCS}")