summaryrefslogtreecommitdiffstats
path: root/Modules/FindCVS.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/FindCVS.cmake')
-rw-r--r--Modules/FindCVS.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindCVS.cmake b/Modules/FindCVS.cmake
index ff97762..844a485 100644
--- a/Modules/FindCVS.cmake
+++ b/Modules/FindCVS.cmake
@@ -17,7 +17,7 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=============================================================================
-# (To distributed this file outside of CMake, substitute the full
+# (To distribute this file outside of CMake, substitute the full
# License text for the above reference.)
# CVSNT
@@ -65,5 +65,5 @@ mark_as_advanced(CVS_EXECUTABLE)
# Handle the QUIETLY and REQUIRED arguments and set CVS_FOUND to TRUE if
# all listed variables are TRUE
-include(FindPackageHandleStandardArgs)
+include("${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake")
find_package_handle_standard_args(CVS DEFAULT_MSG CVS_EXECUTABLE)