From f41a5460d9e97bcef279964b7a3dd20d441230ed Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Tue, 1 Oct 2024 16:54:12 -0400 Subject: [PATCH] Add mising graph dependency --- .../test/install_relocatable-with-gtest_discover_tests.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/test/install_relocatable-with-gtest_discover_tests.cmake b/testing/test/install_relocatable-with-gtest_discover_tests.cmake index 770ef34e..6971a454 100644 --- a/testing/test/install_relocatable-with-gtest_discover_tests.cmake +++ b/testing/test/install_relocatable-with-gtest_discover_tests.cmake @@ -73,6 +73,7 @@ endif() ]==]) add_custom_target(install_testing_component ALL - COMMAND ${CMAKE_COMMAND} --install "${CMAKE_CURRENT_BINARY_DIR}" --component testing --prefix install/ + COMMAND ${CMAKE_COMMAND} --install "${CMAKE_CURRENT_BINARY_DIR}" --component testing --prefix install/ --config Debug COMMAND ${CMAKE_COMMAND} -P "${CMAKE_CURRENT_BINARY_DIR}/verify_installed_CTestTestfile.cmake" ) +add_dependencies(install_testing_component main)