Browse Source

ENH: for some reasons there was never a FindCVS module?

Sebastien Barre 18 years ago
parent
commit
4f1a79110c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/FindCVS.cmake

+ 1 - 1
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)