ENH: mark some vars as advanced (and resort the list)

This commit is contained in:
Sebastien Barre
2002-10-10 10:45:34 -04:00
parent 281f7519e1
commit fe100ef263
7 changed files with 77 additions and 62 deletions
+5
View File
@@ -20,3 +20,8 @@ FIND_PROGRAM(JAVA_COMPILE
NAMES javac
)
MARK_AS_ADVANCED(
JAVA_RUNTIME
JAVA_ARCHIVE
JAVA_COMPILE
)