Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
目前使用cmake版本为3.16及以上,file(CHMOD .....)这个用法3.19版本才开始引用的,低于该版本会引发静态库编译报错问题; 改用通用命令 execute_process直接调用系统的 chmod 命令来修改文件权限
💡 备注(选填)
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
一、问题描述 (必填)
目前使用cmake版本为3.16及以上,file(CHMOD .....)这个用法3.19版本才开始引用的,低于该版本会引发静态库编译报错问题;
改用通用命令 execute_process直接调用系统的 chmod 命令来修改文件权限
二、环境信息 (可选)
三、重现步骤 (可选)
四、预期结果 (可选)
💡 备注(选填)