Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
4ed33ef5
Commit
4ed33ef5
authored
Aug 01, 2013
by
Robert McGibbon
Browse files
dont want to double quote
parent
509373c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrappers/python/CMakeLists.txt
wrappers/python/CMakeLists.txt
+1
-1
No files found.
wrappers/python/CMakeLists.txt
View file @
4ed33ef5
...
@@ -36,7 +36,7 @@ execute_process(
...
@@ -36,7 +36,7 @@ execute_process(
ERROR_QUIET
ERROR_QUIET
)
)
if
(
NOT rev_hash_str
)
if
(
NOT rev_hash_str
)
set
(
rev_hash_str
"
'
Unknown
'
"
)
set
(
rev_hash_str
"Unknown"
)
endif
()
endif
()
file
(
WRITE
"
${
OPENMM_PYTHON_STAGING_DIR
}
/simtk/openmm/version.py"
"git_revision = '
${
rev_hash_str
}
'
\n
"
)
file
(
WRITE
"
${
OPENMM_PYTHON_STAGING_DIR
}
/simtk/openmm/version.py"
"git_revision = '
${
rev_hash_str
}
'
\n
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment