[cmake-commits] alex committed FindPythonInterp.cmake 1.8 1.9

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jul 23 11:22:16 EDT 2007


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv23443

Modified Files:
	FindPythonInterp.cmake 
Log Message:

STYLE: mark the variable as advanced

Alex



Index: FindPythonInterp.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindPythonInterp.cmake,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- FindPythonInterp.cmake	23 Jul 2007 13:49:52 -0000	1.8
+++ FindPythonInterp.cmake	23 Jul 2007 15:22:14 -0000	1.9
@@ -23,3 +23,6 @@
 # all listed variables are TRUE
 INCLUDE(FindPackageHandleStandardArgs)
 FIND_PACKAGE_HANDLE_STANDARD_ARGS(PythonInterp DEFAULT_MSG PYTHON_EXECUTABLE)
+
+MARK_AS_ADVANCED(PYTHON_EXECUTABLE)
+



More information about the Cmake-commits mailing list