diff --git a/CMakeModules/FindMaven.cmake b/CMakeModules/FindMaven.cmake index abc886ec..a635b09a 100644 --- a/CMakeModules/FindMaven.cmake +++ b/CMakeModules/FindMaven.cmake @@ -8,8 +8,8 @@ # # :: # -# MAVEN_EXECUTABLE: the full path to the tee tool. -# MAVEN_FOUND: True if tee has been found. +# MAVEN_EXECUTABLE: the full path to the mvn tool. +# MAVEN_FOUND: True if mvn has been found. find_program(MAVEN_EXECUTABLE mvn) include (FindPackageHandleStandardArgs)