summaryrefslogtreecommitdiffstats
path: root/Modules/FindCVS.cmake
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2008-03-10 22:51:08 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2008-03-10 22:51:08 (GMT)
commit4f1a79110c7e8adbbf78c534b7996715347f5eaf (patch)
tree1f54c7539f169e7f314f28b9db88864b309866d8 /Modules/FindCVS.cmake
parenta76069351845128ed695598544c3430255a104fb (diff)
downloadCMake-4f1a79110c7e8adbbf78c534b7996715347f5eaf.zip
CMake-4f1a79110c7e8adbbf78c534b7996715347f5eaf.tar.gz
CMake-4f1a79110c7e8adbbf78c534b7996715347f5eaf.tar.bz2
ENH: for some reasons there was never a FindCVS module?
Diffstat (limited to 'Modules/FindCVS.cmake')
-rw-r--r--Modules/FindCVS.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindCVS.cmake b/Modules/FindCVS.cmake
index 8afa519..ee3d863 100644
--- a/Modules/FindCVS.cmake
+++ b/Modules/FindCVS.cmake
@@ -44,7 +44,7 @@ find_program(CVS_EXECUTABLE cvs
${WinCVS_Folder_Command}
${CVSNT_Services_EventMessagePath}
${CVSNT_TypeLib_Win32}
- "[HKEY_LOCAL_MACHINE\\SOFTWARE\\CVS\\Pserver;InstallPath2]"
+ "[HKEY_LOCAL_MACHINE\\SOFTWARE\\CVS\\Pserver;InstallPath]"
DOC "CVS command line client"
)
mark_as_advanced(CVS_EXECUTABLE)