Skip to content

Commit

Permalink
Merge pull request #2 from paulromano/mcpl-updates
Browse files Browse the repository at this point in the history
One more fix
  • Loading branch information
Erik B Knudsen authored Dec 23, 2022
2 parents 04118bc + a0d8541 commit 6147034
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/OpenMCConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ endif()
if(@OPENMC_USE_MPI@)
find_package(MPI REQUIRED)
endif()

if(@OPENMC_USE_MCPL@)
find_package(MCPL REQUIRED)
endif()

0 comments on commit 6147034

Please sign in to comment.