Skip to content

Commit

Permalink
Find zstd package when we build E2E tests seperatly from the compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
uditagarwal97 committed Sep 13, 2024
1 parent 2eb0c25 commit 44b41dd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sycl/test-e2e/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,7 @@ if(NOT SYCL_TEST_E2E_STANDALONE)
)
endif() # Standalone.

if(SYCL_TEST_E2E_STANDALONE)
if( NOT zstd_FOUND )
find_package(zstd)
endif()
endif() # Standalone.
find_package(zstd)

add_custom_target(check-sycl-e2e
COMMAND ${Python3_EXECUTABLE} ${LLVM_LIT} ${SYCL_E2E_TESTS_LIT_FLAGS} .
Expand Down

0 comments on commit 44b41dd

Please sign in to comment.