How does Traditional CMake Set-Up work
- 主要语言
- C++
- 星标
- 18.1k
- 派生
- 3.2k
- 平均合并
- 20 小时 36 分钟
- 30 天内合并 PR
- 1
描述
Update: I can cmake --build targeting /build/abseil-cpp but then it will not find the tests in the next step.
Hello, I am trying to install Abseil for Google S2 Geometry. It leads me to https://github.com/abseil/abseil-cpp/blob/master/CMake/README.md#traditional-cmake-set-up but I'm really confused what am I supposed to do here. I originally followed the quickstart with CMake and installed and passed all the tests. I have installed and built googletest following the command in the link, and then configured Abseil but got stuck at cmake --build /temporary/build/abseil-cpp. It keeps saying /temporary/build/abseil-cpp is not a directory. Thanks in advance.
贡献指南
调研方向
The issue references the CMake/README.md file and the traditional CMake set-up instructions. Start by reading that documentation to understand the intended build steps. Look at the existing CMake configuration files in the repository to see how the build directory is structured. The goal is to clarify the instructions so that a user can successfully run 'cmake --build' and find the tests.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cmake, cpp
- 领域
- build-system, documentation
- Issue 类型
- 文档
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100