mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 10:17:01 +08:00
14 lines
295 B
C++
14 lines
295 B
C++
|
|
/*
|
||
|
|
* Copyright (C) 2023 Intel Corporation
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: MIT
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include "shared/source/compiler_interface/os_compiler_cache_helper.h"
|
||
|
|
|
||
|
|
namespace NEO {
|
||
|
|
bool checkDefaultCacheDirSettings(std::string &cacheDir, SettingsReader *reader) {
|
||
|
|
return false;
|
||
|
|
}
|
||
|
|
} // namespace NEO
|