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
dbdb7f4c
Commit
dbdb7f4c
authored
Jan 16, 2014
by
peastman
Browse files
Merge pull request #290 from peastman/master
Ensure that PYTHON_EXECUTABLE is visible to all CMake scripts
parents
94fd5e02
9e2c6b06
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 @
dbdb7f4c
...
...
@@ -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 @
dbdb7f4c
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