Skip to content

Commit

Permalink
[cmake] begin version to v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunelFeng committed Jul 1, 2024
1 parent 465f702 commit 7d06fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ message("* * * * * * * * * * * * * * * * * * * * * * * * * * * * *")

cmake_minimum_required(VERSION 3.5.0)

project(CGraph VERSION 2.6.0)
project(CGraph VERSION 2.6.1)

# CGraph默认使用C++11版本,推荐使用C++17版本。暂不支持C++11以下版本
set(CMAKE_CXX_STANDARD 11)
Expand All @@ -26,7 +26,7 @@ option(CGRAPH_BUILD_PERFORMANCE_TESTS "Enables builds of performance tests" OFF)
# 不建议作为验证自行逻辑的唯一标准,不建议使用者打开
# add_definitions(-D_CGRAPH_SHOW_THREAD_METRICS_)

# 此宏可以在纯并发的微小任务下,用于提升整体。主要用于在性能测试的情况下使用,一般情况不推荐打开
# 此宏可以在纯并发的微小任务下,用于提升整体性能。主要用于在性能测试的情况下使用,一般情况不推荐打开
# add_definitions(-D_CGRAPH_PARALLEL_MICRO_BATCH_ENABLE_)

# add CGraph environment info
Expand Down

0 comments on commit 7d06fad

Please sign in to comment.