Print where NCrystal was found as suggested by @paulromano

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Thomas Kittelmann 2022-10-20 11:36:22 +02:00 committed by Thomas Kittelmann
parent fdf763e801
commit 52ee2c37ce

View file

@ -105,6 +105,7 @@ endmacro()
if(OPENMC_USE_NCRYSTAL)
find_package(NCrystal REQUIRED)
message(STATUS "Found NCrystal: ${NCrystal_DIR} (version ${NCrystal_VERSION})")
endif()
#===============================================================================