Skip to content

Commit

Permalink
Added root_cmakelists_dir option
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed Mar 4, 2025
1 parent baab8b2 commit 6c86d4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/access-test-model/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class AccessTestModel(CMakePackage):

depends_on("mpi", when="+mpi")

root_cmakelists_dir = "stub"

def cmake_args(self):
args = [
self.define_from_variant("ENABLE_MPI", "mpi"),
Expand Down

0 comments on commit 6c86d4b

Please sign in to comment.