Merge pull request #2 from paulromano/mcpl-updates

One more fix
This commit is contained in:
Erik B Knudsen 2022-12-23 11:51:20 +01:00 committed by GitHub
commit 6147034cd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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()