Skip to content

Commit

Permalink
Add mising graph dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Oct 7, 2024
1 parent 34f97dc commit f41a546
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit f41a546

Please sign in to comment.