Skip to content

Commit

Permalink
Generalize umpire dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhan12 committed Jul 18, 2024
1 parent 551bea7 commit cf7014e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreComponents/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ set( common_sources
Units.cpp
)

set( dependencyList ${parallelDeps} lvarray RAJA chai )
set( dependencyList ${parallelDeps} lvarray RAJA chai umpire)

if (TARGET conduit::conduit)
set( dependencyList ${dependencyList} conduit::conduit )
Expand Down

0 comments on commit cf7014e

Please sign in to comment.