cmake warning

2023-12-26 21:39:01

CMake Warning at scripts/cmake/vcpkg_configure_make.cmake:219 (message):
? Detected whitespace in root directory. ?Please move the path to one without
? whitespaces! The required tools do not handle whitespaces correctly and the
? build will most likely fail
Call Stack (most recent call first):
? ports/openssl/unix/portfile.cmake:105 (vcpkg_configure_make)
? ports/openssl/portfile.cmake:80 (include)
? scripts/ports.cmake:170 (include)

这个警告表明在你的项目根目录路径中存在空格。在使用vcpkg构建项目时,建议将项目路径移动到不含有空格的目录。因为某些工具在处理带有空格的路径时可能会出现问题,可能导致构建失败。最好将项目路径更改为不含空格的名称,以避免此问题。

文章来源:https://blog.csdn.net/2301_79140115/article/details/135231417
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。