"vscode:/vscode.git/clone" did not exist on "6e3526b48a2cd3ea28c2556a1906fd8fe1acfb41"
Commit 6f92b9be authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed capitalization of library name

parent a57facb4
...@@ -113,7 +113,7 @@ def buildKeywordDictionary(major_version_num=MAJOR_VERSION_NUM, ...@@ -113,7 +113,7 @@ def buildKeywordDictionary(major_version_num=MAJOR_VERSION_NUM,
'OpenMMSerialization', 'OpenMMSerialization',
'OpenMMFreeEnergy', 'OpenMMFreeEnergy',
'OpenMMAmoeba', 'OpenMMAmoeba',
'OpenMMRpmd', 'OpenMMRPMD',
] ]
if 'OPENMM_USE_DEBUG_LIBS' in os.environ: if 'OPENMM_USE_DEBUG_LIBS' in os.environ:
if platform.system() == "Windows": if platform.system() == "Windows":
......
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