FindCVS

尋找 Concurrent Versions System (CVS)。

此模組定義了以下變數

CVS_EXECUTABLE - path to cvs command line client
CVS_FOUND - true if the command line client was found

使用範例

find_package(CVS)
if(CVS_FOUND)
  message("CVS found: ${CVS_EXECUTABLE}")
endif()