Skip to content

Commit 2812abb

Browse files
authored
Preserve original code in case of standalone
1 parent 019edfe commit 2812abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ endif() # Standalone.
3939

4040
if(SYCL_TEST_E2E_STANDALONE)
4141
set(SYCL_CXX_COMPILER ${CMAKE_CXX_COMPILER})
42-
set(SYCL_E2E_CLANG_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
42+
set(SYCL_E2E_CLANG_CXX_FLAGS ${CMAKE_CXX_FLAGS})
4343
else()
4444
set(SYCL_CXX_COMPILER "${LLVM_BINARY_DIR}/bin/clang++")
4545
set(SYCL_E2E_CLANG_CXX_FLAGS "" CACHE STRING

0 commit comments

Comments
 (0)