1 Star 0 Fork 0

霜叶红林/PTK

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.cmake.conf 746 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Policy settings for commands defined by PTK. These will also be injected into the top level policy scope of each PTK
# module when building PTK so that modules have the same policy settings as PTK by default.
# They can be overridden by individual PTK modules in their own .cmake.conf files if needed.
#
# NOTE: These two values are also hard-coded in PTKBuildInternalsConfig.cmake because that file is used in-place by a
# superbuild, so there is no opportunity for substituting the values from here. Keep both locations in sync.
set(PTK_MIN_NEW_POLICY_CMAKE_VERSION "3.15")
set(PTK_MAX_NEW_POLICY_CMAKE_VERSION "3.21")
cmake_policy(SET CMP0075 NEW) # use CMAKE_REQUIRED_LIBRARIES
cmake_policy(SET CMP0083 NEW) # use check_pie_supported
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chengxuewen/PTK.git
[email protected]:chengxuewen/PTK.git
chengxuewen
PTK
PTK
master

搜索帮助