Skip to content

Commit

Permalink
发布 5.10.5
Browse files Browse the repository at this point in the history
解决由 poco 导致的 macos 编译问题
  • Loading branch information
lanthora committed Dec 9, 2024
1 parent db71350 commit 21c3f12
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.18.4)

project(candy LANGUAGES C CXX VERSION 5.10.4)
project(candy LANGUAGES C CXX VERSION 5.10.5)

option(CANDY_NOEXE "Don't build executable")
option(CANDY_DEVEL "Build development library")
Expand Down

0 comments on commit 21c3f12

Please sign in to comment.