Update FindMaven.cmake

This commit is contained in:
Scott Fennell 2020-03-28 12:57:39 -05:00 committed by GitHub
parent fcd58ae925
commit 1dfab77be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,8 @@
# #
# :: # ::
# #
# MAVEN_EXECUTABLE: the full path to the tee tool. # MAVEN_EXECUTABLE: the full path to the mvn tool.
# MAVEN_FOUND: True if tee has been found. # MAVEN_FOUND: True if mvn has been found.
find_program(MAVEN_EXECUTABLE mvn) find_program(MAVEN_EXECUTABLE mvn)
include (FindPackageHandleStandardArgs) include (FindPackageHandleStandardArgs)