Skip to content

Commit

Permalink
fix(cmake): update cyberrt version to v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minhanghuang committed Jun 23, 2024
1 parent ad85860 commit 635e4bf
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
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5.1)

project(cyber VERSION 8.0.0) # Apollo Version
project(cyber VERSION 9.0.0) # Apollo Version

set(CMAKE_CXX_STANDARD 14)
set(TARGET_NAME ${PROJECT_NAME})
Expand Down

0 comments on commit 635e4bf

Please sign in to comment.