mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Make sure OpenMCConfig.cmake.in includes MCPL
This commit is contained in:
parent
04118bce34
commit
a0d8541a01
1 changed files with 4 additions and 0 deletions
|
|
@ -25,3 +25,7 @@ endif()
|
|||
if(@OPENMC_USE_MPI@)
|
||||
find_package(MPI REQUIRED)
|
||||
endif()
|
||||
|
||||
if(@OPENMC_USE_MCPL@)
|
||||
find_package(MCPL REQUIRED)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue