From 3c92cfbea079ad663cbbd2d242049afdc5316953 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Mon, 23 Jul 2007 11:22:14 -0400 Subject: [PATCH] STYLE: mark the variable as advanced Alex --- Modules/FindPythonInterp.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Modules/FindPythonInterp.cmake b/Modules/FindPythonInterp.cmake index b8fd0362b..e36056561 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) +