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


[ROCm/clr commit: e9d259699c]
This commit is contained in:
Chris Kitching
2017-10-18 08:00:58 +01:00
parent 255a770364
commit 49e43a7fc1
@@ -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)