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:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user