Skip to content
Snippets Groups Projects
Commit 261ebe4e authored by Bienchen's avatar Bienchen
Browse files

Made ENABLE_MM like all the other flags

parent 6e04377b
No related branches found
No related tags found
No related merge requests found
......@@ -141,6 +141,12 @@ if (PROFILE)
else()
set(_PROFILE OFF)
endif()
if(ENABLE_MM)
set(_OPENMM ON)
else()
set(_OPENMM OFF)
endif()
if (UBUNTU_LAYOUT)
set(_UBUNTU_LAYOUT ON)
......@@ -237,9 +243,6 @@ endif()
if(ENABLE_MM)
find_package(OpenMM REQUIRED)
set(_OPENMM ON)
else()
set(_OPENMM OFF)
endif()
if (ENABLE_IMG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment