diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b5c1e7e16..d7bf69ba46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,6 +48,10 @@ endif() #=============================================================================== if(dagmc) find_package(DAGMC REQUIRED PATH_SUFFIXES lib/cmake) + if (${DAGMC_VERSION} VERSION_LESS 3.2.0) + message(FATAL_ERROR "Discovered DAGMC Version: ${DAGMC_VERSION}. \ + Please update DAGMC to version 3.2.0 or greater.") + endif() endif() #===============================================================================