summaryrefslogtreecommitdiff
path: root/Modules/FindPythonInterp.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-07-23 11:22:14 -0400
committerAlexander Neundorf <neundorf@kde.org>2007-07-23 11:22:14 -0400
commit3c92cfbea079ad663cbbd2d242049afdc5316953 (patch)
tree540e32d26e5fb34b6aa099fac3927fef4ad23563 /Modules/FindPythonInterp.cmake
parentcbab76516f3cfb6a67713a04b5ea6020320eece9 (diff)
downloadcmake-3c92cfbea079ad663cbbd2d242049afdc5316953.tar.gz
STYLE: mark the variable as advanced
Alex
Diffstat (limited to 'Modules/FindPythonInterp.cmake')
-rw-r--r--Modules/FindPythonInterp.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/FindPythonInterp.cmake b/Modules/FindPythonInterp.cmake
index b8fd0362ba..e36056561e 100644
--- a/Modules/FindPythonInterp.cmake
+++ b/Modules/FindPythonInterp.cmake
@@ -23,3 +23,6 @@ FIND_PROGRAM(PYTHON_EXECUTABLE
# all listed variables are TRUE
INCLUDE(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(PythonInterp DEFAULT_MSG PYTHON_EXECUTABLE)
+
+MARK_AS_ADVANCED(PYTHON_EXECUTABLE)
+