kokkos-tools: add cxx language dependency (#49885)

This commit is contained in:
Thomas Padioleau 2025-04-04 20:42:56 +02:00 committed by GitHub
parent b2f8cd22c3
commit 8ab1011192
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,8 @@ class KokkosTools(CMakePackage):
variant("mpi", default=False, description="Enable MPI support")
variant("papi", default=False, description="Enable PAPI support")
depends_on("cxx", type="build")
depends_on("kokkos")
depends_on("mpi", when="+mpi")
depends_on("papi", when="+papi")