From f0c0dde07a8ecf08ef8525ee32b2c4d2177ae38c Mon Sep 17 00:00:00 2001 From: Michael Howard Date: Sun, 2 Jun 2024 12:49:15 -0500 Subject: [PATCH] Make CMake match template better --- CMakeLists.txt | 4 ---- src/CMakeLists.txt | 4 ---- src/pytest/CMakeLists.txt | 4 ---- 3 files changed, 12 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c5f00736..9cec8227 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,3 @@ -# Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021-2022, Auburn University -# This file is part of the azplugins project, released under the Modified BSD License. - CMAKE_MINIMUM_REQUIRED(VERSION 3.9 FATAL_ERROR) # Name the plugin project. diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c476ffee..fc222bbb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,3 @@ -# Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021-2022, Auburn University -# This file is part of the azplugins project, released under the Modified BSD License. - # TODO: Set COMPONENT_NAME to the name of your Python package. set(COMPONENT_NAME azplugins) diff --git a/src/pytest/CMakeLists.txt b/src/pytest/CMakeLists.txt index 5c8126ab..4671601e 100644 --- a/src/pytest/CMakeLists.txt +++ b/src/pytest/CMakeLists.txt @@ -1,7 +1,3 @@ -# Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021-2022, Auburn University -# This file is part of the azplugins project, released under the Modified BSD License. - # TODO: List all pytest files in test_files. set(test_files __init__.py )