Ver Fonte

FindDart: mark DART_ROOT as advanced

Kovarththanan Rajaratnam há 15 anos atrás
pai
commit
da4388045e
1 ficheiros alterados com 2 adições e 0 exclusões
  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)