Add copyright headers to cmake modules

This commit is contained in:
Rodrigo Arias 2023-10-11 14:36:20 +02:00
parent 24324ae734
commit 096775f08f
3 changed files with 9 additions and 0 deletions

View File

@ -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")

View File

@ -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)

View File

@ -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})