summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages/cmake-client-inheritor/package.py
blob: b5714a23ed3a9d4cc29970dfb307a79c0aeb696b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *  # noqa: F401
from spack.pkg.builtin.mock.cmake_client import CmakeClient


class CmakeClientInheritor(CmakeClient):
    """A dumy package that inherits from one using cmake."""