Remove dependency on nonexistent lit target

This just... isn't a target. Maybe you were trying to do a file
dependency? But that's handled implicitly by the find_program
call anyway, so all this is doing is generating a cmake warning
This commit is contained in:
Chris Kitching
2017-10-18 08:00:58 +01:00
rodzic 9dec691dbf
commit e9d259699c
+1 -1
Wyświetl plik
@@ -84,7 +84,7 @@ if (HIPIFY_CLANG_TESTS)
add_lit_testsuite(test-hipify "Running HIPify regression tests"
${CMAKE_SOURCE_DIR}/tests/hipify-clang
PARAMS site_config=${CMAKE_CURRENT_BINARY_DIR}/tests/hipify-clang/lit.site.cfg
DEPENDS hipify-clang lit
DEPENDS hipify-clang
)
add_custom_target(test-hipify-clang)