Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Damien L-G <dalg24@gmail.com>
  • Loading branch information
junghans and dalg24 authored Oct 7, 2024
1 parent e11935f commit 4b21951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if(Cabana_REQUIRE_HDF5)
else()
Cabana_add_dependency( PACKAGE MPI COMPONENTS CXX )
endif()
set_package_properties(MPI PROPERTIES TYPE RECOMMENDED PURPOSE "Used for parallization")
set_package_properties(MPI PROPERTIES TYPE RECOMMENDED PURPOSE "Used for parallelization")

# find ArborX
Cabana_add_dependency( PACKAGE ArborX )
Expand Down

0 comments on commit 4b21951

Please sign in to comment.