Add copyright headers to cmake modules
This commit is contained in:
parent
24324ae734
commit
096775f08f
@ -1,3 +1,6 @@
|
|||||||
|
# Copyright (c) 2022-2023 Barcelona Supercomputing Center (BSC)
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
include(CheckCCompilerFlag)
|
include(CheckCCompilerFlag)
|
||||||
|
|
||||||
set(CMAKE_REQUIRED_LINK_OPTIONS "-fompss-2")
|
set(CMAKE_REQUIRED_LINK_OPTIONS "-fompss-2")
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
# Copyright (c) 2022-2023 Barcelona Supercomputing Center (BSC)
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
|
||||||
find_library(NANOS6_LIBRARY NAMES nanos6)
|
find_library(NANOS6_LIBRARY NAMES nanos6)
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
# Copyright (c) 2022-2023 Barcelona Supercomputing Center (BSC)
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
|
||||||
if(DEFINED ENV{NODES_HOME})
|
if(DEFINED ENV{NODES_HOME})
|
||||||
|
Loading…
Reference in New Issue
Block a user