1 Star 0 Fork 1

zaky/vsomeip

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vsomeipConfigVersion.cmake.in 406 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lutz Bichler 提交于 2020-02-12 13:04 . vsomeip 3.1.7.1
set (PACKAGE_VERSION "@VSOMEIP_COMPAT_VERSION@")
# Check whether the requested PACKAGE_FIND_VERSION is compatible
if ("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}")
set (PACKAGE_VERSION_COMPATIBLE FALSE)
else ()
set (PACKAGE_VERSION_COMPATIBLE TRUE)
if ("${PACKAGE_VERSION}" VERSION_EQUAL "${PACKAGE_FIND_VERSION}")
set (PACKAGE_VERSION_EXACT TRUE)
endif ()
endif ()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zarelaky/vsomeip.git
git@gitee.com:zarelaky/vsomeip.git
zarelaky
vsomeip
vsomeip
master

搜索帮助