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()