summaryrefslogtreecommitdiff
path: root/Tests/ExternalProject/TryCheckout.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ExternalProject/TryCheckout.cmake')
-rw-r--r--Tests/ExternalProject/TryCheckout.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/ExternalProject/TryCheckout.cmake b/Tests/ExternalProject/TryCheckout.cmake
index de069ebe4..6a396c339 100644
--- a/Tests/ExternalProject/TryCheckout.cmake
+++ b/Tests/ExternalProject/TryCheckout.cmake
@@ -25,7 +25,7 @@ function(try_cvs_checkout repository module dir result_var)
message(STATUS "try_cvs_checkout -- done")
endif()
-endfunction(try_cvs_checkout)
+endfunction()
function(try_svn_checkout repository dir result_var)
@@ -51,4 +51,4 @@ function(try_svn_checkout repository dir result_var)
message(STATUS "try_svn_checkout -- done")
endif()
-endfunction(try_svn_checkout)
+endfunction()