CMake Warning dev at CMakeListstxt21 Syntax Warning in cmake code at column 55 Argument not separated from preceding token by whitespaceThis warning is for project developers Use -Wno-dev to suppre
这个警告和错误是关于CMakeLists.txt文件中的语法问题。警告是提醒项目开发者,可以使用-Wno-dev选项来抑制警告。错误是指在第25行找不到函数的结束括号,而是找到了未终止的字符串。这导致配置不完整,发生了错误。
原文地址: http://www.cveoy.top/t/topic/ieWQ 著作权归作者所有。请勿转载和采集!