We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019edfe commit 2812abbCopy full SHA for 2812abb
sycl/test-e2e/CMakeLists.txt
@@ -39,7 +39,7 @@ endif() # Standalone.
39
40
if(SYCL_TEST_E2E_STANDALONE)
41
set(SYCL_CXX_COMPILER ${CMAKE_CXX_COMPILER})
42
- set(SYCL_E2E_CLANG_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
+ set(SYCL_E2E_CLANG_CXX_FLAGS ${CMAKE_CXX_FLAGS})
43
else()
44
set(SYCL_CXX_COMPILER "${LLVM_BINARY_DIR}/bin/clang++")
45
set(SYCL_E2E_CLANG_CXX_FLAGS "" CACHE STRING
0 commit comments