Commit dbdb7f4c authored by peastman's avatar peastman
Browse files

Merge pull request #290 from peastman/master

Ensure that PYTHON_EXECUTABLE is visible to all CMake scripts
parents 94fd5e02 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 )
......
find_program(PYTHON_EXECUTABLE NAMES python)
#############################################
### Copy all source files to staging area ###
#############################################
......
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