File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717
1818# By default, disable the cache for the tests.
1919# Test for the cache must explicitly enable this variable.
20- config .environment ['AMD_COMGR_CACHE_DIR ' ] = ""
20+ config .environment ['AMD_COMGR_CACHE ' ] = "0 "
Original file line number Diff line number Diff line change @@ -195,10 +195,10 @@ endif()
195195 # include the .lib/.dll directory.
196196 if (UNIX )
197197 set_tests_properties (${test_name}
198- PROPERTIES ENVIRONMENT "AMD_COMGR_CACHE_DIR= ;" )
198+ PROPERTIES ENVIRONMENT "AMD_COMGR_CACHE=0 ;" )
199199 else ()
200200 set_tests_properties (${test_name}
201- PROPERTIES ENVIRONMENT "PATH=$<TARGET_LINKER_FILE_DIR:amd_comgr>;AMD_COMGR_CACHE_DIR= ;" )
201+ PROPERTIES ENVIRONMENT "PATH=$<TARGET_LINKER_FILE_DIR:amd_comgr>;AMD_COMGR_CACHE=0 ;" )
202202 endif ()
203203endmacro ()
204204
You can’t perform that action at this time.
0 commit comments