Skip to content

Commit

Permalink
Make CMake match template better
Browse files Browse the repository at this point in the history
  • Loading branch information
mphoward committed Jun 2, 2024
1 parent 3d9e8f4 commit f0c0dde
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 0 additions & 4 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 0 additions & 4 deletions src/pytest/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
)
Expand Down

0 comments on commit f0c0dde

Please sign in to comment.