mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 15:10:20 -06:00
STYLE: mark the variable as advanced
Alex
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user