Skip to content

Commit

Permalink
Update FindOrFetchMADWorld.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev authored Mar 4, 2025
1 parent 3b1e3af commit f4ae1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindOrFetchMADWorld.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if (NOT TARGET MADworld)

# look for C and MPI here to make troubleshooting easier and be able to override defaults for MADNESS
enable_language(C)
find_package(MPI REQUIRED COMPONENTS C)
find_package(MPI REQUIRED COMPONENTS C CXX)

set(FETCHCONTENT_QUIET FALSE)
include(FetchContent)
Expand Down

0 comments on commit f4ae1c3

Please sign in to comment.