1
0
mirror of https://github.com/fumiama/simple-http-server.git synced 2026-06-20 03:40:24 +08:00

fix: possible concurrent errors

This commit is contained in:
源文雨
2026-01-28 22:52:21 +08:00
parent 4236f3ab9d
commit 5d157c0f32
3 changed files with 66 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.6)
cmake_minimum_required(VERSION 2.6...4.1.1)
project(simple-http-server C)
SET(CMAKE_BUILD_TYPE "Release")