Skip to content

Commit 0591993

Browse files
authored
Merge pull request #1095 from KhronosGroup/TApplencourt-patch-1
[KHR_QUEUE_EMPTY] fix cmakelist
2 parents 357612b + 59dd7e7 commit 0591993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/extension/khr_queue_empty_query/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if(SYCL_CTS_ENABLE_QUEUE_EMPTY_QUERY_TESTS)
1+
if(SYCL_CTS_ENABLE_KHR_QUEUE_EMPTY_QUERY_TESTS)
22
file(GLOB test_cases_list *.cpp)
33

44
add_cts_test(${test_cases_list})

0 commit comments

Comments
 (0)