cmake The source directory "xxxx" does not appear to contain CMakeLists.txt
执行 cmake . 的时候报错:The source directory “xxxx” does not appear to contain CMakeLists.txt简单就是这个文件夹里面没有 CMakeLists.txt
·
执行 cmake . 的时候报错:
The source directory “xxxx” does not appear to contain CMakeLists.txt
简单来说就是当前文件夹里面没有 CMakeLists.txt
更多推荐




所有评论(0)