"vscode:/vscode.git/clone" did not exist on "b0c5b0c15b4930b9bcbbd63d4c4eef0cba9a6f38"
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)
ENDIF(OPENMM_BUILD_FREE_ENERGY_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)
add_subdirectory(plugins/normalModeLangevin)
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