diff options
Diffstat (limited to 'Modules/FindDart.cmake')
-rw-r--r-- | Modules/FindDart.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/FindDart.cmake b/Modules/FindDart.cmake index 37164e6c78..acd4ef62d4 100644 --- a/Modules/FindDart.cmake +++ b/Modules/FindDart.cmake @@ -26,8 +26,6 @@ find_path(DART_ROOT README.INSTALL DOC "If you have Dart installed, where is it located?" ) -# handle the QUIETLY and REQUIRED arguments and set DART_FOUND to TRUE if -# all listed variables are TRUE include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake) FIND_PACKAGE_HANDLE_STANDARD_ARGS(Dart DEFAULT_MSG DART_ROOT) |