"platforms/reference/src/SimTKReference/ReferenceMinimize.cpp" did not exist on "3dc2f12ff20efcb609dfa5508431065d2c98d028"
Commit 7c22f611 authored by Christopher Bruns's avatar Christopher Bruns
Browse files

Turn off default building of NML plugin, especially while I

move the plugin to its own project.
This change might also simplify pyopenmm nightly test issues.
parent 9c1a2669
...@@ -354,7 +354,7 @@ IF(OPENMM_BUILD_FREE_ENERGY_PLUGIN) ...@@ -354,7 +354,7 @@ IF(OPENMM_BUILD_FREE_ENERGY_PLUGIN)
ENDIF(OPENMM_BUILD_FREE_ENERGY_PLUGIN) ENDIF(OPENMM_BUILD_FREE_ENERGY_PLUGIN)
# Normal mode langevin plugin # Normal mode langevin plugin
set(OPENMM_BUILD_NML_PLUGIN ON CACHE BOOL "Build normal-mode langevin plugin") set(OPENMM_BUILD_NML_PLUGIN OFF CACHE BOOL "Build normal-mode langevin plugin")
if(OPENMM_BUILD_NML_PLUGIN) if(OPENMM_BUILD_NML_PLUGIN)
add_subdirectory(plugins/normalModeLangevin) add_subdirectory(plugins/normalModeLangevin)
endif(OPENMM_BUILD_NML_PLUGIN) endif(OPENMM_BUILD_NML_PLUGIN)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment