Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions COMPILE.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@

* 在其他使用 CMakeLists.txt 构建的项目中,通过 FetchContent 作为三方库引入
```cmake
set(CGRAPH_BUILD_TUTORIAL OFF CACHE BOOL "" FORCE)
set(CGRAPH_BUILD_EXAMPLE OFF CACHE BOOL "" FORCE)
set(CGRAPH_BUILD_TUTORIALS OFF CACHE BOOL "" FORCE)
set(CGRAPH_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
set(CGRAPH_BUILD_FUNCTIONAL_TESTS OFF CACHE BOOL "" FORCE)
set(CGRAPH_BUILD_PERFORMANCE_TESTS OFF CACHE BOOL "" FORCE)

Expand Down
Loading