Files
openvino/cmake/developer_package/linux_name.cmake

8 lines
174 B
CMake
Raw Normal View History

# Copyright (C) 2018-2023 Intel Corporation
2018-10-16 13:45:03 +03:00
# SPDX-License-Identifier: Apache-2.0
#
function(get_linux_name res_var)
set(${res_var} NOTFOUND PARENT_SCOPE)
endfunction()