FindCVS¶
查找并发版本系统 (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()
查找并发版本系统 (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()