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
9e2c6b06
Commit
9e2c6b06
authored
Jan 16, 2014
by
Peter Eastman
Browse files
Ensure that PYTHON_EXECUTABLE is visible to all CMake scripts
parent
feb0368f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-0
wrappers/python/CMakeLists.txt
wrappers/python/CMakeLists.txt
+0
-2
No files found.
CMakeLists.txt
View file @
9e2c6b06
...
...
@@ -14,6 +14,8 @@
# libOpenMM_static[_d].a
#----------------------------------------------------
find_program
(
PYTHON_EXECUTABLE NAMES python
)
# Don't create a new project name if this is part of a mega-build from the
# parent directory
IF
(
NOT PROJECT_NAME
)
...
...
wrappers/python/CMakeLists.txt
View file @
9e2c6b06
find_program
(
PYTHON_EXECUTABLE NAMES python
)
#############################################
### Copy all source files to staging area ###
#############################################
...
...
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