Explorar el Código

FindDart: mark DART_ROOT as advanced

Kovarththanan Rajaratnam hace 15 años
padre
commit
da4388045e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Modules/FindDart.cmake

+ 2 - 0
Modules/FindDart.cmake

@@ -27,3 +27,5 @@ FIND_PATH(DART_ROOT README.INSTALL
     [HKEY_LOCAL_MACHINE\\SOFTWARE\\Dart\\InstallPath]
     DOC "If you have Dart installed, where is it located?"
     )
+
+MARK_AS_ADVANCED(DART_ROOT)