"platforms/opencl/vscode:/vscode.git/clone" did not exist on "967347c4e1e81b76ef007e4908b3b3021d92d995"
Commit 4ed33ef5 authored by Robert McGibbon's avatar Robert McGibbon
Browse files

dont want to double quote

parent 509373c6
......@@ -36,7 +36,7 @@ execute_process(
ERROR_QUIET
)
if(NOT rev_hash_str)
set(rev_hash_str "'Unknown'")
set(rev_hash_str "Unknown")
endif()
file(WRITE "${OPENMM_PYTHON_STAGING_DIR}/simtk/openmm/version.py" "git_revision = '${rev_hash_str}'\n")
......
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