Skip to content
Snippets Groups Projects
Commit 7b778538 authored by Bienchen's avatar Bienchen
Browse files

Reporting if OpenMM is enabled

parent 675d0d81
Branches
Tags
No related merge requests found
......@@ -237,6 +237,9 @@ endif()
if(ENABLE_MM)
find_package(OpenMM REQUIRED)
set(_OPENMM ON)
else()
set(_OPENMM OFF)
endif()
if (ENABLE_IMG)
......@@ -350,6 +353,7 @@ message(STATUS
" Shader support (-DUSE_SHADER) : ${_SHADER}\n"
" Numpy support (-DUSE_NUMPY) : ${_NUMPY}\n"
" SpaceNav Device support (-DENABLE_SPNAV) : ${_SPNAV}\n"
" OpenMM support (-DENABLE_MM) : ${_OPENMM}\n"
" Optimize (-DOPTIMIZE) : ${_OPT}\n"
" Profiling support (-DPROFILE) : ${_PROFILE}\n"
" Double Precision (-DUSE_DOUBLE_PRECISION) : ${_DOUBLE_PREC}\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment