1
0
mirror of https://github.com/fumiama/CMoe-Counter.git synced 2026-07-01 01:10:31 +08:00

fix: possible concurrent errors

This commit is contained in:
源文雨
2026-01-29 01:36:40 +08:00
parent 70d2a6f399
commit 3229801045
3 changed files with 60 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.6)
cmake_minimum_required(VERSION 2.6...4.1.1)
project(CMoe-Counter C)
SET(CMAKE_BUILD_TYPE "Release")