Skip to content

Commit

Permalink
[tag] set cmake project version v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunelFeng committed Jul 18, 2024
1 parent 0229661 commit 5e8523d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.1)
project(CGraph VERSION 2.6.0)

# CGraph默认使用C++11版本,推荐使用C++17版本。暂不支持C++11以下版本
set(CMAKE_CXX_STANDARD 11)
Expand Down

0 comments on commit 5e8523d

Please sign in to comment.