ovni/cmake/CheckOmpSs2Compiler.cmake

8 lines
240 B
CMake
Raw Permalink Normal View History

2023-10-11 14:36:20 +02:00
# Copyright (c) 2022-2023 Barcelona Supercomputing Center (BSC)
# SPDX-License-Identifier: GPL-3.0-or-later
include(CheckCCompilerFlag)
set(CMAKE_REQUIRED_LINK_OPTIONS "-fompss-2")
check_c_compiler_flag("-fompss-2" OMPSS2_COMPILER_FOUND)