Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
d85f394d
Commit
d85f394d
authored
Jul 15, 2005
by
Andy Cedilnik
Browse files
BUG: Set PYTHONINTERP_FOUND
parent
53cc5491
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/FindPythonInterp.cmake
View file @
d85f394d
...
...
@@ -17,4 +17,9 @@ FIND_PROGRAM(PYTHON_EXECUTABLE
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\1.5\\InstallPath]
)
SET
(
PYTHONINTERP_FOUND
)
IF
(
PYTHON_EXECUTABLE
)
SET
(
PYTHONINTERP_FOUND ON
)
ENDIF
(
PYTHON_EXECUTABLE
)
Write
Preview
Supports
Markdown
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