Make sure OpenMCConfig.cmake.in includes MCPL

This commit is contained in:
Paul Romano 2022-12-22 22:27:03 -06:00
parent 04118bce34
commit a0d8541a01

View file

@ -25,3 +25,7 @@ endif()
if(@OPENMC_USE_MPI@)
find_package(MPI REQUIRED)
endif()
if(@OPENMC_USE_MCPL@)
find_package(MCPL REQUIRED)
endif()