File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -8,20 +8,6 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang|IntelLLVM" )
88endif ()
99
1010
11- # Options to override the default behaviour of the FetchContent to include UR 
12- # source code. 
13- set (SYCL_UR_OVERRIDE_FETCH_CONTENT_REPO
14-   ""  CACHE  STRING  "Override the Unified Runtime FetchContent repository" )
15- set (SYCL_UR_OVERRIDE_FETCH_CONTENT_TAG
16-   ""  CACHE  STRING  "Override the Unified Runtime FetchContent tag" )
17- 
18- # Options to disable use of FetchContent to include Unified Runtime source code 
19- # to improve developer workflow. 
20- option (SYCL_UR_USE_FETCH_CONTENT
21-   "Use FetchContent to acquire the Unified Runtime source code"  ON )
22- set (SYCL_UR_SOURCE_DIR
23-   ""  CACHE  PATH  "Path to root of Unified Runtime repository" )
24- 
2511option (SYCL_UR_BUILD_TESTS "Build tests for UR"  OFF )
2612set (UR_BUILD_TESTS "${SYCL_UR_BUILD_TESTS} "  CACHE  BOOL  ""  FORCE)
2713# UR tests require the examples to be built 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments