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