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 17bef2e commit 7c52285Copy full SHA for 7c52285
1 file changed
common/cmake/dpcpp.cmake
@@ -160,13 +160,13 @@ IF (EMBREE_SYCL_SUPPORT)
160
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17")
161
ENDIF()
162
ELSE()
163
- IF(SYCL_ONEAPI_ICX)
164
- IF (WIN32)
165
- SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /Qno-intel-lib")
166
- ELSE()
167
- SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -no-intel-lib")
168
- ENDIF()
169
+ #IF(SYCL_ONEAPI_ICX)
+ # IF (WIN32)
+ # SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /Qno-intel-lib")
+ # ELSE()
+ # SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -no-intel-lib")
+ # ENDIF()
+ #ENDIF()
170
ENDIF(EMBREE_SYCL_SUPPORT)
171
172
IF (EMBREE_STACK_PROTECTOR)
0 commit comments