8 lines
174 B
CMake
8 lines
174 B
CMake
# Copyright (C) 2018-2023 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
function(get_linux_name res_var)
|
|
set(${res_var} NOTFOUND PARENT_SCOPE)
|
|
endfunction()
|